Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
iberculturaviva
iberculturaviva-mapas
Commits
acc5b1f7
Commit
acc5b1f7
authored
6 years ago
by
Heverton Medeiros
Browse files
Options
Download
Email Patches
Plain Diff
Change deployment.apps name from mapas to web.
parent
c0584d75
master
develop
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.11.0
v1.10.0
v1.9.17
v1.9.16
v1.9.15
v1.9.14
v1.9.13
v1.9.12
v1.9.11
v1.9.10
v1.9.9
v1.9.8
v1.9.7
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.8.0
v1.7.10
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.0
v1.5.2
v1.5.1
v1.5.0
v1.4.11
v1.4.10
v1.4.9
v1.4.8
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
No related merge requests found
Pipeline
#7424
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
acc5b1f7
...
...
@@ -30,7 +30,7 @@ deploy to homolog:
image
:
hacklab/kubectl:latest
script
:
-
echo ${kube_config} | base64 -d > ${KUBECONFIG}
-
kubectl -n mapas-iberculturaviva-dev --record deployment.apps/
mapas
set image deployment.v1.apps/
mapas mapas
=$HOMOLOG_IMAGE
-
kubectl -n mapas-iberculturaviva-dev --record deployment.apps/
web
set image deployment.v1.apps/
web web
=$HOMOLOG_IMAGE
only
:
-
/master/
environment
:
homolog
...
...
@@ -58,7 +58,7 @@ deploy to production:
image
:
hacklab/kubectl:latest
script
:
-
echo ${kube_config} | base64 -d > ${KUBECONFIG}
-
kubectl -n mapas-ibercultura-prod --record deployment.apps/
mapas
set image deployment.apps/
mapas mapas
=$RELEASE_IMAGE
-
kubectl -n mapas-ibercultura-prod --record deployment.apps/
web
set image deployment.apps/
web web
=$RELEASE_IMAGE
only
:
-
tags
environment
:
production
...
...
This diff is collapsed.
Click to expand it.
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