toby/Procfile
Adrian Hopek f2cd72d99e test
2022-03-08 13:14:06 +01:00

4 lines
178 B
Plaintext

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