Skip to content

Commit

Permalink
Update CD-INFRA.yml
Browse files Browse the repository at this point in the history
fix: μ‹œν¬λ¦Ώ 이름 μ˜€νƒ€μˆ˜μ •
  • Loading branch information
sss4920 authored Feb 3, 2025
1 parent 412fe95 commit 3b6d6a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD-INFRA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: 도컀 μ»¨ν…Œμ΄λ„ˆ μ‹€ν–‰
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.INFRA_TEST_RELEASE_SERVER_IP }}
username: ${{ secrets.INFRA_TEST_RELEASE_SERVER_USER }}
key: ${{ secrets.INFRA_TEST_RELEASE_SERVER_KEY }}
host: ${{ secrets.INFRA_TEST_SERVER_IP }}
username: ${{ secrets.INFRA_TEST_SERVER_USER }}
key: ${{ secrets.INFRA_TEST_SERVER_KEY }}
script: |
cd ~
./deploy.sh

0 comments on commit 3b6d6a1

Please sign in to comment.