Merge pull request 'develop' (#21) from develop into main
Some checks failed
CD - Deploy on main / deploy (push) Failing after 33s
Some checks failed
CD - Deploy on main / deploy (push) Failing after 33s
Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
@@ -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