Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
MapasBR - PA
Commits
0d756fd4
Commit
0d756fd4
authored
4 years ago
by
Heverton Medeiros
Browse files
Options
Download
Email Patches
Plain Diff
Initial Pipeline
parent
d49cb906
master
aldirredir
develop
20.52.2
2.6.7
1.1.0
v20.58.2
v20.58.1
v20.58.0
v20.57.0
v20.56.0
v20.55.0
v20.54.0
v20.53.0
v20.52.4
v20.52.3
v20.52.1
v20.52.0
v20.51.0
v20.50.7
v20.50.6
v20.50.5
v20.50.4
v20.50.3
v20.50.2
v2.64.0
v2.63.0
v2.62.0
v2.61.1
v2.61.0
v2.60.0
v2.59.1
v2.59.0
v2.58.2
v2.50.1
v2.50.0
v2.49.1
v2.49.0
v2.48.2
v2.48.1
v2.48.0
v2.47.2
v2.47.1
v2.47.0
v2.46.2
v2.46.1
v2.46.0
v2.45.2
v2.45.1
v2.45.0
v2.44.11
v2.44.10
v2.44.9
v2.44.8
v2.44.7
v2.44.6
v2.44.5
v2.44.4
v2.44.3
v2.44.2
v2.44.1
v2.44.0
v2.43.0
v2.42.0
v2.41.1
v2.41.0
v2.40.4
v2.40.3
v2.40.2
v2.40.1
v2.40.0
v2.39.3
v2.39.2
v2.39.1
v2.39.0
v2.38.5
v2.38.4
v2.38.3
v2.38.2
v2.38.1
v2.38.0
v2.37.2
v2.37.1
v2.37.0
v2.36.0
v2.35.2
v2.35.1
v2.35.0
v2.34.3
v2.34.2
v2.34.1
v2.34.0
v2.33.0
v2.32.0
v2.31.0
v2.30.1
v2.30.0
v2.29.1
v2.29.0
v2.28.3
v2.28.2
v2.28.1
v2.28.0
v2.27.0
v2.26.0
v2.25.0
v2.24.2
v2.24.1
v2.24.0
v2.23.5
v2.23.4
v2.23.3
v2.23.2
v2.23.1
v2.23.0
v2.22.0
v2.21.1
v2.21.0
v2.20.1
v2.20.0
v2.19.1
v2.19.0
v2.18.4
v2.18.3
v2.18.2
v2.18.1
v2.18.0
v2.17.3
v2.17.2
v2.17.1
v2.17.0
v2.16.2
v2.16.1
v2.16.0
v2.15.6
v2.15.5
v2.15.4
v2.15.3
v2.15.2
v2.15.1
v2.15.0
v2.14.0
v2.13.1
v2.13.0
v2.12.1
v2.12.0
v2.11.0
v2.10.0
v2.9.2
v2.9.1
v2.9.0
v2.8.0
v2.7.0
v2.6.10
v2.6.9
v2.6.8
v2.6.7
v2.6.6
v2.6.5
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.11
v2.4.10
v2.4.9
v2.4.8
v2.4.7
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.0
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.0.0
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
No related merge requests found
Pipeline
#9412
failed with stages
in 1 minute and 21 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 @
0d756fd4
...
...
@@ -30,7 +30,7 @@ deploy to homolog:
image
:
hacklab/kubectl:latest
script
:
-
echo ${kube_config} | base64 -d > ${KUBECONFIG}
-
kubectl -n mapas-
com-br-dev
--record deployment.apps/web set image deployment.v1.apps/web mapas=$HOMOLOG_IMAGE
-
kubectl -n mapas-
br
--record deployment.apps/web set image deployment.v1.apps/web mapas=$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-
com-
br-prod --record deployment.apps/web set image deployment.apps/web mapas=$RELEASE_IMAGE
-
kubectl -n mapas-br-prod --record deployment.apps/web set image deployment.apps/web mapas=$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