Skip to content

Commit

Permalink
hotfix replace EC2 instance
Browse files Browse the repository at this point in the history
EC2 인스턴스 ip와 배스천호스트 ip를 변경한다.
  • Loading branch information
miiiinju1 authored Dec 30, 2023
1 parent c559e48 commit 8a36359
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 8a36359

Please sign in to comment.