Skip to content

Commit

Permalink
refactor : secret key 이름 변경 (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjKim1229 committed Jan 13, 2025
1 parent 1d5982a commit d8bf217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
host: ${{ secrets.HOST_DEV }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.PRIVATE_KEY_DEV }}
key: ${{ secrets.SSH_KEY_DEV }}
source: ./docker-compose-dev.yml, ./prometheus.yml
target: /home/ubuntu

Expand All @@ -94,7 +94,7 @@ jobs:
with:
host: ${{ secrets.HOST_PROD }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
key: ${{ secrets.SSH_KEY_PROD }}
source: ./docker-compose-prod.yml
target: /home/ubuntu

Expand Down

0 comments on commit d8bf217

Please sign in to comment.