Skip to content

Commit

Permalink
📝docs : private key path
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 26, 2024
1 parent 5d1043d commit f36d4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
export CONFIG_GIT_URI=${{ secrets.CONFIG_GIT_URI }}
export CONFIG_PASSPHRASE=${{ secrets.CONFIG_PASSPHRASE }}
export DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
export CONFIG_PRIVATE_KEY_PATH = ${{ secrets.CONFIG_PRIVATE_KEY_PATH}}
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-config
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-gateway
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
environment:
CONFIG_GIT_URI : ${CONFIG_GIT_URI}
CONFIG_PASSPHRASE : ${CONFIG_PASSPHRASE}
# CONFIG_PRIVATE_KEY_DIR : ${CONFIG_PRIVATE_KEY_DIR}
CONFIG_PRIVATE_KEY_PATH : ${CONFIG_PRIVATE_KEY_PATH}
# restart: always
restart: no
volumes:
Expand Down

0 comments on commit f36d4ed

Please sign in to comment.