change order of release phase commands (#104)
This commit is contained in:
parent
172eab162d
commit
b52d206554
2
Procfile
2
Procfile
@ -1,3 +1,3 @@
|
|||||||
web: vendor/bin/heroku-php-nginx -C environment/prod/nginx.conf public/
|
web: vendor/bin/heroku-php-nginx -C environment/prod/nginx.conf public/
|
||||||
release: php artisan migrate --force && php artisan cache:clear && php artisan config:cache
|
release: php artisan config:cache && php artisan route:cache && php artisan migrate --force
|
||||||
worker: php artisan queue:work
|
worker: php artisan queue:work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user