Skip to content

Commit

Permalink
Merge pull request #51 from Kusitms-29th-Kobaco-A/chore/blue-green
Browse files Browse the repository at this point in the history
chore : 블루 그린 스크립트 오타 수정
  • Loading branch information
tlarbals824 authored Mar 5, 2024
2 parents 7e3d103 + 33d5a2f commit 1408ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for i in {1..10}; do
fi
done

if [ "$application_staus" == "FAIL" ]; then
if [ "$application_status" == "FAIL" ]; then
echo "application unhealty"
$(docker rm -f $green_application_name)
else
Expand Down

0 comments on commit 1408ffe

Please sign in to comment.