#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 48ae3e2e54 - Show all commits

View File

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