toby/Procfile
Adrian Hopek 2d9b5b41ee wip
2022-04-04 12:19:11 +02:00

4 lines
195 B
Plaintext

web: vendor/bin/heroku-php-nginx -C environment/prod/nginx.conf public/
release: php artisan config:cache && php artisan route:cache && php artisan migrate --force
worker: php artisan queue:work