Deploy heroku database. [skip ci]

This commit is contained in:
James Cole
2017-04-26 21:31:46 +02:00
parent c7c61ce280
commit fc0dd22769
3 changed files with 62 additions and 1 deletions

View File

@@ -106,6 +106,11 @@
"php artisan firefly:verify",
"php artisan firefly:instructions update",
"php artisan optimize"
],
"compile": [
"cp .env.heroku .env",
"touch storage/database/database.sqlite",
"php artisan migrate:refresh --seed"
]
},
"config": {