From e62adba447687e507e33c9b31eb55c5f39dedaa6 Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Mon, 8 Apr 2024 13:19:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3051bcc..78ad6f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ deploy: stage: deploy script: | argocd --grpc-web login argo.10.10.52.7.nip.io:32443 --username sa8001 --password ios2011a --insecure - argocd --grpc-web app get --refresh intermax-test --insecure > /dev/null && argocd --grpc-web app wait intermax-test --sync --health --insecure +# argocd --grpc-web app get --refresh intermax-test --insecure > /dev/null && argocd --grpc-web app wait intermax-test --sync --health --insecure +# 카나리 방식으로 배포할 경우 적용 argocd --grpc-web app sync intermax-test --revision HEAD --insecure argocd --grpc-web app wait intermax-test --health --insecure \ No newline at end of file