toby/Procfile
Adrian Hopek 48ae3e2e54 test
2022-03-08 12:20:45 +01:00

2 lines
180 B
Plaintext

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