This commit is contained in:
Adrian Hopek 2022-03-08 12:20:45 +01:00
parent 519bc06167
commit 48ae3e2e54

View File

@ -1 +1,2 @@
web: vendor/bin/heroku-php-nginx -C nginx.conf public/ 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