Skip to content

Commit 3b6d6a1

Browse files
authored
Update CD-INFRA.yml
fix: ์‹œํฌ๋ฆฟ ์ด๋ฆ„ ์˜คํƒ€์ˆ˜์ •
1 parent 412fe95 commit 3b6d6a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

โ€Ž.github/workflows/CD-INFRA.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
- name: ๋„์ปค ์ปจํ…Œ์ด๋„ˆ ์‹คํ–‰
6464
uses: appleboy/ssh-action@master
6565
with:
66-
host: ${{ secrets.INFRA_TEST_RELEASE_SERVER_IP }}
67-
username: ${{ secrets.INFRA_TEST_RELEASE_SERVER_USER }}
68-
key: ${{ secrets.INFRA_TEST_RELEASE_SERVER_KEY }}
66+
host: ${{ secrets.INFRA_TEST_SERVER_IP }}
67+
username: ${{ secrets.INFRA_TEST_SERVER_USER }}
68+
key: ${{ secrets.INFRA_TEST_SERVER_KEY }}
6969
script: |
7070
cd ~
7171
./deploy.sh

0 commit comments

Comments
ย (0)