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
c9e136ef
Commit
c9e136ef
authored
Mar 22, 2021
by
rajkumar
Browse files
Updating regx for prod build and deployment
parent
4d53e5f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
.gitlab-ci.yml
.gitlab-ci.yml
+4
-6
No files found.
.gitlab-ci.yml
View file @
c9e136ef
...
...
@@ -40,9 +40,8 @@ docker-build-prod:
stage
:
package
only
:
-
/^(\d+\.)?(\d+\.)?(\*|\d+)$/
refs
:
-
master
-
tags
except
:
-
triggers
script
:
-
docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
-
docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --build-arg configuration=production --build-arg basePath=/ena/submit/webin/ .
...
...
@@ -80,9 +79,8 @@ k8s-deploy-prod:
stage
:
deploy
only
:
-
/^(\d+\.)?(\d+\.)?(\*|\d+)$/
refs
:
-
master
-
tags
except
:
-
triggers
script
:
-
sed -i s#%DOCKER_IMAGE%#$CI_REGISTRY_IMAGE\:$CI_COMMIT_TAG#g Kubernetes-prod-deploy.yaml
-
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