This commit is contained in:
Adrian Hopek 2022-03-08 13:14:06 +01:00
parent 5311208a95
commit f2cd72d99e

View File

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