toby/Procfile
2022-03-15 11:41:27 +01:00

4 lines
195 B
Plaintext

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