#48 - fix heroku deploy #105

Merged
Baakoma merged 6 commits from heroku-deploy into main 2022-04-04 12:25:19 +02:00
Showing only changes of commit 2d9b5b41ee - Show all commits

View File

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