toby/Procfile
Adrian Hopek 16cc1da7b8 test
2022-03-08 12:23:43 +01:00

2 lines
196 B
Plaintext

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