Skip to content

Commit

Permalink
fix: 자동배포 스크립트 또또 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou committed Apr 7, 2024
1 parent fc0f56f commit 1d6579d
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 @@ -54,7 +54,6 @@ jobs:
- name: Send jar file to EC2
run: |
jarPath=$(./gradlew -q jarPath)
cd ..
scp -i private_key.pem $jarPath "${username}@${host}:~/server.jar"
- name: Startup new uploaded jar
Expand Down

0 comments on commit 1d6579d

Please sign in to comment.