Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 11, 2024
1 parent 9aa16bf commit 6ee97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Transfer JAR to EC2 (Root 계정 사용 시)
run: |
cd be/issue-tracker/build/libs
scp -o StrictHostKeyChecking=no issuetracker-0.0.1-SNAPSHOT.jar ubuntu@13.125.241.143:/ubuntu/spring-boot-app.jar
scp -o StrictHostKeyChecking=no issuetracker-0.0.1-SNAPSHOT.jar ubuntu@${{ secrets.EC2_HOST }}:/ubuntu/spring-boot-app.jar
- name: Deploy on EC2 (Root 계정 사용 시)
run: |
Expand Down

0 comments on commit 6ee97fb

Please sign in to comment.