커맨드 및 이미지 변경

This commit is contained in:
ByeonJungHun
2024-04-08 11:49:02 +09:00
parent cab6938aca
commit 1e03c7d6df
5 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -35,13 +35,13 @@ update:
- rm -rf ./bussiness1-chl.yml ./bussiness1-mci.yml
- cp bussiness1-chl.template bussiness1-chl.yml
- cp bussiness1-mci.template bussiness1-mci.yml
- sed -i "s/{var}/$var/g" bussiness1-chl.yml
- sed -i "s/{var}/$var/g" bussiness1-mci.yml
- sed -i "s/{ver}/$ver/g" bussiness1-chl.yml
- sed -i "s/{ver}/$ver/g" bussiness1-mci.yml
- git add . && git commit -m "yml update"
- git push https://sa_8001:$GITKEY@lab.jhcloud.kr/sa_8001/intermax_yaml.git
deploy:
image: quay.io/argoproj/argocli
image: quay.io/argoproj/argocd
stage: deploy
script: |
argocd login https://argo.10.10.52.7.nip.io:32443 --username=admim --password=ios2011a --insecure;

BIN
intermax/.DS_Store vendored

Binary file not shown.

BIN
tomcat/.DS_Store vendored

Binary file not shown.

View File

@@ -2,4 +2,4 @@ variables:
reg: "harbor.elppa.xyz"
reg_id: "sa_8001"
reg_pw: "Ios2011a!"
ver: "test3"
ver: "test4"