Include config for Heroku. [skip ci]

This commit is contained in:
James Cole
2017-04-27 02:39:48 +02:00
parent 743458b853
commit 26ceb9e3be
4 changed files with 21 additions and 64 deletions

View File

@@ -108,8 +108,6 @@
"php artisan optimize"
],
"compile": [
"cp .env.heroku .env",
"touch storage/database/database.sqlite",
"php artisan migrate:refresh --seed --force"
]
},