Skip to content

Commit

Permalink
Merge pull request #570 from Clubber2024/feat/#567-feat-health-check
Browse files Browse the repository at this point in the history
refactor : github secret 통합
  • Loading branch information
mjKim1229 authored Jan 13, 2025
2 parents 5c63f9c + d8bf217 commit 13be9da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST_DEV }}
username: ubuntu
key: ${{ secrets.PRIVATE_KEY_DEV }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY_DEV }}
source: ./docker-compose-dev.yml, ./prometheus.yml
target: /home/ubuntu

Expand All @@ -93,8 +93,8 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST_PROD }}
username: ubuntu
key: ${{ secrets.PRIVATE_KEY }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY_PROD }}
source: ./docker-compose-prod.yml
target: /home/ubuntu

Expand Down

0 comments on commit 13be9da

Please sign in to comment.