Skip to content

Commit

Permalink
refactor: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Jan 8, 2025
1 parent 2b37348 commit b222f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ switch_container() {

if ! health_check "$health_check_url"; then
echo "Health check failed, rolling back..."
docker compose -f compose.yml down "$next_container"
# docker compose -f compose.yml down "$next_container"
return
fi

Expand Down

0 comments on commit b222f15

Please sign in to comment.