Skip to content

Commit

Permalink
[CI] code-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gol2580 committed Jan 19, 2024
1 parent e816dd2 commit ae7d1b3
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
Expand Up @@ -2,7 +2,7 @@ REPOSITORY=/home/ec2-user/app
cd $REPOSITORY

APP_NAME=kimgreen
JAR_NAME=$(ls $REPOSITORY/build/libs/ | grep '.jar' | tail -n 1)
JAR_NAME=$(ls $REPOSITORY/build/libs/ | grep '.jar' | head -n 1)
JAR_PATH=$REPOSITORY/build/libs/$JAR_NAME

CURRENT_PID=$(pgrep -f $APP_NAME)
Expand Down

0 comments on commit ae7d1b3

Please sign in to comment.