Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
987ab7e2
Commit
987ab7e2
authored
Mar 22, 2021
by
rajkumar
Browse files
Updating deploy tasks to be triggered manually.
parent
c9e136ef
Pipeline
#278342
failed with stages
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
No files found.
.gitlab-ci.yml
View file @
987ab7e2
...
...
@@ -60,6 +60,7 @@ k8s-deploy-dev:
-
kubectl delete secret gitlab --namespace=ena-dev
-
kubectl create secret docker-registry gitlab --docker-server=$CI_REGISTRY --docker-username=$DOCKER_USER --docker-password=$DOCKER_PASSWORD --docker-email=$DOCKER_EMAIL --namespace=ena-dev
-
kubectl apply -f Kubernetes-dev-deploy.yaml --namespace=ena-dev
when
:
manual
k8s-deploy-test
:
image
:
dtzar/helm-kubectl
...
...
@@ -73,6 +74,7 @@ k8s-deploy-test:
-
kubectl delete secret gitlab --namespace=ena-test
-
kubectl create secret docker-registry gitlab --docker-server=$CI_REGISTRY --docker-username=$DOCKER_USER --docker-password=$DOCKER_PASSWORD --docker-email=$DOCKER_EMAIL --namespace=ena-test
-
kubectl apply -f Kubernetes-test-deploy.yaml --namespace=ena-test
when
:
manual
k8s-deploy-prod
:
image
:
dtzar/helm-kubectl
...
...
@@ -86,3 +88,4 @@ k8s-deploy-prod:
-
kubectl delete secret gitlab --namespace=ena-prod
-
kubectl create secret docker-registry gitlab --docker-server=$CI_REGISTRY --docker-username=$DOCKER_USER --docker-password=$DOCKER_PASSWORD --docker-email=$DOCKER_EMAIL --namespace=ena-prod
-
kubectl apply -f Kubernetes-prod-deploy.yaml --namespace=ena-prod
when
:
manual
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment