Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eunseo5343 authored May 25, 2024
1 parent f0eac1c commit 72b3ffe
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 @@ -74,7 +74,7 @@ do
done

echo "> $BLUE_PROFILE 에서 구동중인 애플리케이션 pid 확인"
BLUE_PID=$(pgrep -f $BLUE_PROFILE-spotifyserver-0.0.1-SNAPSHOT.jar)
BLUE_PID=$(pgrep -f $BLUE_PROFILE-spotifyserver.jar)

if [ -z $BLUE_PID ]
then
Expand Down

0 comments on commit 72b3ffe

Please sign in to comment.