Compare commits
3 Commits
f9e2b32118
...
39de1c48c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 39de1c48c0 | |||
| 5ccfdb6a3f | |||
| 4e832b3f0d |
@@ -97,6 +97,8 @@ jobs:
|
||||
run: |
|
||||
export COMPOSE_PROJECT_NAME=fiscad
|
||||
|
||||
cd $GITHUB_WORKSPACE
|
||||
|
||||
docker-compose -f docker-compose-prod.yml pull || true
|
||||
docker-compose -f docker-compose-prod.yml down --remove-orphans
|
||||
docker-compose -f docker-compose-prod.yml up -d --build
|
||||
|
||||
@@ -71,8 +71,8 @@ volumes:
|
||||
|
||||
secrets:
|
||||
defaultUserName:
|
||||
file: ${GITHUB_WORKSPACE}/secrets/defaultUserName.txt
|
||||
file: /secrets/defaultUserName.txt
|
||||
defaultUserPassword:
|
||||
file: ${GITHUB_WORKSPACE}/secrets/defaultUserPassword.txt
|
||||
file: ./secrets/defaultUserPassword.txt
|
||||
postgresPassword:
|
||||
file: ${GITHUB_WORKSPACE}/secrets/postgresPassword.txt
|
||||
file: ./secrets/postgresPassword.txt
|
||||
Reference in New Issue
Block a user