Skip to content

Commit

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

Expand Down

0 comments on commit 9588aa1

Please sign in to comment.