test
This commit is contained in:
parent
48ae3e2e54
commit
16cc1da7b8
2
Procfile
2
Procfile
@ -1,2 +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
|
||||
release: php artisan migrate --force && php artisan db:seed --class=DemoSeeder --force && php artisan cache:clear && php artisan config:cache
|
Loading…
x
Reference in New Issue
Block a user