Compare commits
3 Commits
3ebb1cf165
...
f9e2b32118
| Author | SHA1 | Date | |
|---|---|---|---|
| f9e2b32118 | |||
| 87b3bfbe83 | |||
| e27ec7a268 |
@@ -67,8 +67,8 @@ volumes:
|
||||
|
||||
secrets:
|
||||
postgresPassword:
|
||||
file: ./secrets/postgresPassword.txt
|
||||
file: ${GITHUB_WORKSPACE}/secrets/postgresPassword.txt
|
||||
defaultUserName:
|
||||
file: ./secrets/defaultUserName.txt
|
||||
file: ${GITHUB_WORKSPACE}/secrets/defaultUserName.txt
|
||||
defaultUserPassword:
|
||||
file: ./secrets/defaultUserPassword.txt
|
||||
file: ${GITHUB_WORKSPACE}/secrets/defaultUserPassword.txt
|
||||
@@ -71,8 +71,8 @@ volumes:
|
||||
|
||||
secrets:
|
||||
defaultUserName:
|
||||
file: ./secrets/defaultUserName.txt
|
||||
file: ${GITHUB_WORKSPACE}/secrets/defaultUserName.txt
|
||||
defaultUserPassword:
|
||||
file: ./secrets/defaultUserPassword.txt
|
||||
file: ${GITHUB_WORKSPACE}/secrets/defaultUserPassword.txt
|
||||
postgresPassword:
|
||||
file: ./secrets/postgresPassword.txt
|
||||
file: ${GITHUB_WORKSPACE}/secrets/postgresPassword.txt
|
||||
Reference in New Issue
Block a user