2FAuth/Procfile

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