We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecee4a commit cdc6ec8Copy full SHA for cdc6ec8
1 file changed
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: EC2에 파일 업로드
50
uses: appleboy/scp-action@master
51
with:
52
- host: 3.39.96.123
+ host: 13.209.76.247
53
username: ubuntu
54
key: ${{ secrets.EC2_SSH_KEY }}
55
source: "build/libs/*.jar,deploy.sh" # .jar 파일과 deploy.sh 파일을 함께 업로드
@@ -59,7 +59,7 @@ jobs:
59
- name: EC2에서 배포 스크립트 실행
60
uses: appleboy/ssh-action@master
61
62
- host: 15.164.215.46 # EC2 퍼블릿 IP
+ host: 13.209.76.247 # EC2 퍼블릿 IP
63
64
65
script: |
0 commit comments