Update config for Heroku [skip ci]

This commit is contained in:
James Cole
2017-11-29 16:23:17 +01:00
parent 18a5bb682d
commit dedf774bf2
3 changed files with 21 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
}
],
"scripts": {
"postdeploy": "php artisan migrate:refresh --seed"
"postdeploy": "php artisan migrate:refresh --seed;php artisan firefly:instructions install"
},
"buildpacks": [
{