커맨드 수정

This commit is contained in:
ByeonJungHun
2024-04-08 12:06:56 +09:00
parent e98cd770ae
commit 7b9109703c
2 changed files with 5 additions and 5 deletions

View File

@@ -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
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