Skip to content

Commit 91e725d

Browse files
authored
Update .gitlab-ci.yml
1 parent a6ccfb9 commit 91e725d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
stages:
77
# - sonarqube
88
- docker
9-
- deploy
9+
- deploy-dev
1010
- docker-prd
1111
- deploy-prd
1212

@@ -28,7 +28,7 @@ variables:
2828
# - docker push $IMAGE
2929
# retry: 2
3030
docker:
31-
stage: docker
31+
stage: docker-dev
3232
tags:
3333
- linux-shell
3434
before_script:
@@ -40,13 +40,13 @@ docker:
4040
- docker push $IMAGE
4141
retry: 2
4242

43-
deploy:
43+
deploy-dev:
4444
image: portainer/kubectl-shell
4545
stage: deploy
4646
only:
4747
- main
4848
script:
49-
- echo $KUBE_CONFIG_DEV | base64 -d > ./config
49+
- echo $KUBE_CONFIG_DEV_YDY | base64 -d > ./config
5050
- kubectl --kubeconfig ./config set image deployment/masa-blazor-pro masa-blazor-pro=$IMAGE -n masa-blazor
5151
retry: 2
5252

0 commit comments

Comments
 (0)