drone filter branch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij 2023-02-15 23:42:21 +01:00
parent 408b6c3dc5
commit 94f6f6a433
2 changed files with 5 additions and 2 deletions

View File

@ -18,3 +18,6 @@ steps:
from_secret: username from_secret: username
password: password:
from_secret: password from_secret: password
when:
branch:
- master

View File

@ -10,12 +10,12 @@
"http://localhost" "http://localhost"
], ],
"database": { "database": {
"host": "localhost", "host": "database",
"port": 27017, "port": 27017,
"name": "webplay" "name": "webplay"
}, },
"redis": { "redis": {
"host": "localhost", "host": "redis",
"port": 6379 "port": 6379
}, },
"album_cover_files": [ "album_cover_files": [