커맨드 수정
This commit is contained in:
@@ -44,7 +44,7 @@ deploy:
|
|||||||
image: quay.io/argoproj/argocd
|
image: quay.io/argoproj/argocd
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: |
|
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 --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 sync intermax-test --revision HEAD --insecure
|
||||||
argocd app wait intermax-test --health --insecure
|
argocd app wait intermax-test --health --insecure
|
||||||
Reference in New Issue
Block a user