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
d9f5660e
Commit
d9f5660e
authored
Mar 22, 2021
by
rajkumar
Browse files
Updating regx for prod build and deployment
parent
c1a99832
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
d9f5660e
...
@@ -79,10 +79,10 @@ k8s-deploy-prod:
...
@@ -79,10 +79,10 @@ k8s-deploy-prod:
image
:
dtzar/helm-kubectl
image
:
dtzar/helm-kubectl
stage
:
deploy
stage
:
deploy
only
:
only
:
-
/^(?!dev-|test-).+/
refs
:
refs
:
-
master
-
master
-
tags
-
tags
-
/^(?!dev-|test-).+/
script
:
script
:
-
sed -i s#%DOCKER_IMAGE%#$CI_REGISTRY_IMAGE\:$CI_COMMIT_TAG#g Kubernetes-prod-deploy.yaml
-
sed -i s#%DOCKER_IMAGE%#$CI_REGISTRY_IMAGE\:$CI_COMMIT_TAG#g Kubernetes-prod-deploy.yaml
-
kubectl delete secret gitlab --namespace=ena-prod
-
kubectl delete secret gitlab --namespace=ena-prod
...
...
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