Skip to content

Commit

Permalink
Merge pull request #315 from GEON-PPANG/bug/#314
Browse files Browse the repository at this point in the history
[BUG] 변경된 어플리케이션 버전 dev-deploy.sh에 반영
  • Loading branch information
seunghaLim authored Sep 22, 2024
2 parents d188e2c + 5663145 commit ca6e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
BUILD_PATH=$(ls /home/ubuntu/app/api-0.0.1-SNAPSHOT.jar)
BUILD_PATH=$(ls /home/ubuntu/app/api-1.0.0-SNAPSHOT.jar)
JAR_NAME=$(basename $BUILD_PATH)
echo "> build 파일명: $JAR_NAME"

Expand Down

0 comments on commit ca6e32b

Please sign in to comment.