Skip to content

Commit

Permalink
[settings] deploy.sh 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored Jul 16, 2024
1 parent 7676215 commit a55413c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
if [ -z "$IS_GREEN_EXIST" ];then
echo "### BLUE -> GREEN ####"
echo ">>> pull green image"
docker compose pull green
docker pull recordy/recordy:latest
echo ">>> up green container"
docker compose up -d green
while [ 1 = 1 ]; do
Expand All @@ -39,7 +39,7 @@ if [ -z "$IS_GREEN_EXIST" ];then
else
echo "### GREEN -> BLUE ###"
echo ">>> pull blue image"
docker compose pull blue
docker pull recordy/recordy:latest
echo ">>> up blue container"
docker compose up -d blue
while [ 1 = 1 ]; do
Expand Down

0 comments on commit a55413c

Please sign in to comment.