fix: remove cron command from drone file

pull/150/head^2
farid 3 years ago
parent 951d2f90be
commit 5254a98f0b

@ -15,7 +15,6 @@ steps:
commands:
- cd /home/administrator/apps/willaengine/ ; docker-compose up -d
- docker exec willaengine bash -c "COMPOSER=composer-prod.json composer update"
- docker exec willaengine service cron start
- docker exec willaengine php artisan config:cache
- docker exec willaengine php artisan route:cache
when:

Loading…
Cancel
Save