Skip to content

Commit cdc6ec8

Browse files
committed
[CICD] deploy.yml 수정
1 parent 7ecee4a commit cdc6ec8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: EC2에 파일 업로드
5050
uses: appleboy/scp-action@master
5151
with:
52-
host: 3.39.96.123
52+
host: 13.209.76.247
5353
username: ubuntu
5454
key: ${{ secrets.EC2_SSH_KEY }}
5555
source: "build/libs/*.jar,deploy.sh" # .jar 파일과 deploy.sh 파일을 함께 업로드
@@ -59,7 +59,7 @@ jobs:
5959
- name: EC2에서 배포 스크립트 실행
6060
uses: appleboy/ssh-action@master
6161
with:
62-
host: 15.164.215.46 # EC2 퍼블릿 IP
62+
host: 13.209.76.247 # EC2 퍼블릿 IP
6363
username: ubuntu
6464
key: ${{ secrets.EC2_SSH_KEY }}
6565
script: |

0 commit comments

Comments
 (0)