CI 수정
This commit is contained in:
@@ -32,11 +32,11 @@ update:
|
|||||||
script:
|
script:
|
||||||
- git clone https://sa_8001:$GITKEY@lab.jhcloud.kr/sa_8001/intermax_yaml.git
|
- git clone https://sa_8001:$GITKEY@lab.jhcloud.kr/sa_8001/intermax_yaml.git
|
||||||
- cd intermax_yaml/
|
- cd intermax_yaml/
|
||||||
- rm -rf ./bussiness1-chl.yml ./bussiness1-mci.yml
|
- rm -rf ./bussiness1-chl.yml ./bussiness1-mci.yml ./bussiness1-core.yml
|
||||||
- cp bussiness1-chl.template bussiness1-chl.yml
|
- cp bussiness1-chl.template bussiness1-chl.yml
|
||||||
- cp bussiness1-mci.template bussiness1-mci.yml
|
- cp bussiness1-mci.template bussiness1-mci.yml
|
||||||
- sed -i "s/{ver}/$ver/g" bussiness1-chl.yml
|
- cp bussiness1-core.template bussiness1-core.yml
|
||||||
- sed -i "s/{ver}/$ver/g" bussiness1-mci.yml
|
- sed -i "s/{ver}/$ver/g" bussiness1-chl.yml bussiness1-mci.yml bussiness1-core.yml
|
||||||
- git add . && git commit -m "yml update"
|
- git add . && git commit -m "yml update"
|
||||||
- git push https://sa_8001:$GITKEY@lab.jhcloud.kr/sa_8001/intermax_yaml.git
|
- git push https://sa_8001:$GITKEY@lab.jhcloud.kr/sa_8001/intermax_yaml.git
|
||||||
|
|
||||||
@@ -46,4 +46,4 @@ deploy:
|
|||||||
script: |
|
script: |
|
||||||
argocd --grpc-web login argo.10.10.52.7.nip.io:32443 --username sa8001 --password ios2011a --insecure
|
argocd --grpc-web login argo.10.10.52.7.nip.io:32443 --username sa8001 --password ios2011a --insecure
|
||||||
argocd --grpc-web app sync intermax-test --revision HEAD --insecure
|
argocd --grpc-web app sync intermax-test --revision HEAD --insecure
|
||||||
argocd --grpc-web app wait intermax-test --health --insecure
|
argocd --grpc-web app wait intermax-test --health --insecure
|
||||||
|
|||||||
Reference in New Issue
Block a user