Compare commits
2 Commits
62f25ea726
...
87b3bfbe83
| Author | SHA1 | Date | |
|---|---|---|---|
| 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