toby/Procfile
Adrian Hopek 21fc7ef3a5 test
2022-03-08 12:49:05 +01:00

4 lines
228 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
worker: php artisan queue:work