This commit is contained in:
Adrian Hopek 2022-03-08 12:49:05 +01:00
parent b8e52ba09d
commit 21fc7ef3a5

View File

@ -1,2 +1,3 @@
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
worker: php artisan queue:work