From 7b9109703cad2b57908123c6d2a3ee1f09752d4a Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Mon, 8 Apr 2024 12:06:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 ++++---- var.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ce81c6..97fc86e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ deploy: image: quay.io/argoproj/argocd stage: deploy script: | - argocd login argo.10.10.52.7.nip.io:32443 --username=admim --password=ios2011a --insecure - argocd app get --refresh intermax-test --insecure > /dev/null && argocd app wait intermax-test --sync --health --insecure - argocd app sync intermax-test --revision HEAD --insecure - argocd app wait intermax-test --health --insecure \ No newline at end of file + argocd --grpc-web login argo.10.10.52.7.nip.io:32443 --username=admim --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 diff --git a/var.yml b/var.yml index 36d15a7..0e2e8e1 100644 --- a/var.yml +++ b/var.yml @@ -2,4 +2,4 @@ variables: reg: "harbor.elppa.xyz" reg_id: "sa_8001" reg_pw: "Ios2011a!" - ver: "test6" + ver: "test7"