Skip to content

Commit

Permalink
Test New Prod Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 authored Jan 21, 2025
1 parent 28b430e commit 14c410d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Prod-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: 도커 컨테이너 실행
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.PROD_SERVER_IP }}
host: ${{ secrets.NEW_PROD_SERVER_IP }}
username: ${{ secrets.PROD_SERVER_USER }}
key: ${{ secrets.PROD_SERVER_KEY }}
key: ${{ secrets.NEW_PROD_SERVER_KEY }}
script: |
cd ~
sudo ./deploy.sh
Expand Down

0 comments on commit 14c410d

Please sign in to comment.