Skip to content

Commit

Permalink
Merge pull request #3 from byeolhaha/feat/1
Browse files Browse the repository at this point in the history
chore : cicd 설정
  • Loading branch information
byeolhaha authored May 12, 2024
2 parents fc5ef55 + 561f24c commit 6e3fe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# JAR 파일 경로 설정
JAR_PATH="/home/ubuntu/hello/build/libs/hello-0.0.1-SNAPSHOT.jar"
JAR_PATH="/home/ubuntu/hello/build/libs/hellomeriz-0.0.1-SNAPSHOT.jar"

# 실행 중인 애플리케이션의 PID 찾기
CURRENT_PID=$(pgrep -f "java -jar $JAR_PATH")
Expand Down

0 comments on commit 6e3fe9b

Please sign in to comment.