From 93ca1ab73f5a8f8e8af58900323375a97e0889ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Mon, 8 Apr 2024 13:20: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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78ad6f6..ab989c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,5 @@ 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 sync intermax-test --revision HEAD --insecure argocd --grpc-web app wait intermax-test --health --insecure \ No newline at end of file