Skip to content

Commit 7d02df0

Browse files
committed
chore: EC2 jar 파일 경로 수정
1 parent 77c461e commit 7d02df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
5454
echo "Finding latest JAR..."
55-
JAR_PATH=$(ls -t /home/ubuntu/app/*.jar | head -n 1)
55+
JAR_PATH=$(ls -t /home/ubuntu/app/build/libs/*.jar | head -n 1)
5656
echo "Using JAR: $JAR_PATH"
5757
5858
echo "Export DB environment variable..."

0 commit comments

Comments
 (0)