Skip to content

Commit

Permalink
CI Update DOCKER-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geniusYoo authored Jul 18, 2024
1 parent 33f8be5 commit 3440b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: docker 컨테이너 실행
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.NEW_SERVER_IP }}
username: ${{ secrets.NEW_SERVER_USER }}
key: ${{ secrets.NEW_SERVER_KEY }}
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_KEY }}
script: |
cd ~
./deploy.sh

0 comments on commit 3440b79

Please sign in to comment.