2FAuth/Procfile
2022-04-14 11:35:45 +02:00

2 lines
146 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