This commit is contained in:
Adrian Hopek
2022-03-15 11:41:27 +01:00
parent cdb8a50dfb
commit eb3c939dd5
9 changed files with 13 additions and 7 deletions

View File

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