diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be1f77a..edc79d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ deploy: image: quay.io/argoproj/argocd stage: deploy script: | - argocd login https://argo.10.10.52.7.nip.io:32443 --username=admim --password=ios2011a --insecure; + argocd login argo.10.10.52.7.nip.io:32443 --username=admim --password=ios2011a --insecure argocd --grpc-web app get --refresh intermax-test > /dev/null && argocd --grpc-web app wait intermax-test --sync --health argocd app sync intermax-test --revision HEAD --insecure argocd app wait intermax-test --health --insecure \ No newline at end of file diff --git a/var.yml b/var.yml index 22dc58f..9cb52c0 100644 --- a/var.yml +++ b/var.yml @@ -2,4 +2,4 @@ variables: reg: "harbor.elppa.xyz" reg_id: "sa_8001" reg_pw: "Ios2011a!" - ver: "test4" + ver: "test5"