Skip to content

Commit

Permalink
feat: 자동배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou committed Apr 7, 2024
1 parent 2ef9879 commit c855fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:

- name: Send jar file to EC2
run: |
cd JWT
jarPath=$(./gradlew -q jarPath)
cd ..
scp -i private_key.pem $jarPath "${username}@${host}:~/server.jar"
Expand Down

0 comments on commit c855fb3

Please sign in to comment.