Skip to content

Commit

Permalink
refactor : 배포스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youKeon committed Aug 31, 2023
1 parent 70b208b commit c1bd6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
else
echo "$(date '+%Y-%m-%d %H:%M:%S') > kill -15 $CURRENT_PID" >> /home/ubuntu/app/deploy.log
kill -15 $CURRENT_PID
sleep 5
sleep 10
fi

DEPLOY_JAR=$DEPLOY_PATH$JAR_NAME
Expand Down

0 comments on commit c1bd6d3

Please sign in to comment.