This commit is contained in:
Adrian Hopek 2022-03-08 12:23:43 +01:00
parent 48ae3e2e54
commit 16cc1da7b8

View File

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