This commit is contained in:
Adrian Hopek 2022-04-04 08:57:12 +02:00
parent ec9a41012c
commit 81f0943128

View File

@ -1,3 +1,3 @@
web: vendor/bin/heroku-php-nginx -C environment/prod/nginx.conf public/ web: vendor/bin/heroku-php-nginx -C environment/prod/nginx.conf public/
release: php artisan route:cache && php artisan migrate --force release: php artisan config:clear && php artisan route:cache && php artisan migrate --force
worker: php artisan queue:work worker: php artisan queue:work