2FAuth/Procfile

2 lines
146 B
Plaintext
Raw Permalink Normal View History

2022-04-14 09:35:45 +00:00
web: vendor/bin/heroku-php-nginx -C nginx.conf public/
release: php artisan migrate --force && php artisan cache:clear && php artisan config:cache