mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Update composer for heroku [skip ci]
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pre-install-cmd": [
|
"pre-install-cmd": [
|
||||||
"export APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2 && echo Temporary app key is $APP_KEY."
|
"if DYNO -gt 0; then @php -r \"file_exists('.env') || copy('.env.heroku', '.env');\"; else echo Not in Heroku environment.; fi"
|
||||||
],
|
],
|
||||||
"post-root-package-install": [
|
"post-root-package-install": [
|
||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
@@ -118,9 +118,6 @@
|
|||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"php artisan optimize",
|
"php artisan optimize",
|
||||||
"php artisan firefly:instructions install"
|
"php artisan firefly:instructions install"
|
||||||
],
|
|
||||||
"compile": [
|
|
||||||
"@php -r \"file_exists('.env.heroku') || copy('.env.heroku', '.env');\""
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
Reference in New Issue
Block a user