We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412fe95 commit 3b6d6a1Copy full SHA for 3b6d6a1
โ.github/workflows/CD-INFRA.yml
@@ -63,9 +63,9 @@ jobs:
63
- name: ๋์ปค ์ปจํ ์ด๋ ์คํ
64
uses: appleboy/ssh-action@master
65
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 }}
+ host: ${{ secrets.INFRA_TEST_SERVER_IP }}
+ username: ${{ secrets.INFRA_TEST_SERVER_USER }}
+ key: ${{ secrets.INFRA_TEST_SERVER_KEY }}
69
script: |
70
cd ~
71
./deploy.sh
0 commit comments