Skip to content

Commit

Permalink
test: 서버 IP 환경 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kmi0817 committed Jan 21, 2024
1 parent 5b3d6c0 commit f6b94b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: SSH Login
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_IP }}
host: ${{ secrets.TEST_SERVER_IP }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
Expand Down

0 comments on commit f6b94b0

Please sign in to comment.