This commit is contained in:
parent
408b6c3dc5
commit
94f6f6a433
@ -18,3 +18,6 @@ steps:
|
||||
from_secret: username
|
||||
password:
|
||||
from_secret: password
|
||||
when:
|
||||
branch:
|
||||
- master
|
@ -10,12 +10,12 @@
|
||||
"http://localhost"
|
||||
],
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
"host": "database",
|
||||
"port": 27017,
|
||||
"name": "webplay"
|
||||
},
|
||||
"redis": {
|
||||
"host": "localhost",
|
||||
"host": "redis",
|
||||
"port": 6379
|
||||
},
|
||||
"album_cover_files": [
|
||||
|
Loading…
Reference in New Issue
Block a user