Skip to content

Commit

Permalink
Merge pull request #40 from SWM-Morandi/hotfix-CICD-ssh-변경
Browse files Browse the repository at this point in the history
hotfix CICD ssh 변경
  • Loading branch information
miiiinju1 authored Dec 30, 2023
2 parents dfc71f2 + 3c40656 commit c7daa20
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
- name: SSH into AWS EC2 instance
uses: appleboy/ssh-action@master
with:
host: 10.0.128.33
host: 3.35.14.92
username: ubuntu
key: ${{ secrets.AWS_SSH_PRIVATE_KEY }}
proxy_host: 3.35.14.92
proxy_username: ubuntu

# 아래 내용을 실행하여 Docker 이미지를 내려받고 실행
script: |
./deploy-frontend.sh
ssh -o StrictHostKeyChecking=no [email protected] 'bash /home/ubuntu/deploy-frontend.sh'

0 comments on commit c7daa20

Please sign in to comment.