Skip to content

Commit

Permalink
Update deploy-blue-green.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho authored Apr 18, 2024
1 parent 93b6f96 commit b57ebb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-blue-green.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ then
echo "> 현재 구동중인 애플리케이션이 없으므로 종료하지 않습니다."
else
echo "> kill -15 $IDLE_PID"
kill -15 $IDLE_PID
sudo kill -15 $IDLE_PID
sleep 5
fi

Expand Down

0 comments on commit b57ebb3

Please sign in to comment.