#48 - heroku deployment #70

Merged
Baakoma merged 34 commits from #48-heroku-deployment into main 2022-03-15 14:46:42 +01:00
Showing only changes of commit 21fc7ef3a5 - Show all commits

View File

@@ -1,2 +1,3 @@
web: vendor/bin/heroku-php-nginx -C nginx.conf public/ web: vendor/bin/heroku-php-nginx -C nginx.conf public/
release: php artisan migrate --force && php artisan db:seed --class=DemoSeeder --force && php artisan cache:clear && php artisan config:cache release: php artisan migrate --force && php artisan db:seed --class=DemoSeeder --force && php artisan cache:clear && php artisan config:cache
worker: php artisan queue:work