Skip to content

Commit

Permalink
#64 [ENV] : 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-on committed Apr 19, 2024
1 parent ca807bf commit 057b5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.EC2_SSH_KEY }}
port: 22
source: "build/libs/TogetUp-0.0.1-SNAPSHOT.jar"
target: "/app/"
source: "/TogetUp-0.0.1-SNAPSHOT.jar"
target: "/home/ubuntu/app"
rm: false

- name: Deploy
Expand Down

0 comments on commit 057b5d3

Please sign in to comment.