mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-16 11:28:50 +00:00
Deploy heroku database. [skip ci]
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user