Skip to content

Commit

Permalink
chore: Update dev_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yooniicode authored Feb 13, 2025
1 parent 44454a7 commit 2afc855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
chmod 600 edison.pem
# JAR 파일 경로 설정 (HOME 디렉토리에 직접 배치)
jar_file="/home/$EC2_USERNAME/Edison-Server.jar"
jar_file=$(find build/libs -name '*.jar' ! -name '*plain.jar' | head -n 1)
# EC2로 JAR 파일 업로드 (HOME 디렉토리로)
scp -i edison.pem -o StrictHostKeyChecking=no project/build/libs/*.jar $EC2_USERNAME@$EC2_HOST:$jar_file
Expand Down

0 comments on commit 2afc855

Please sign in to comment.