Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
612de042
Commit
612de042
authored
Feb 06, 2018
by
Laury Bueno
Browse files
[CI] Generic stack and service names added
parent
523bf3dd
Changes
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 @
612de042
...
@@ -35,7 +35,7 @@ deploy to production:
...
@@ -35,7 +35,7 @@ deploy to production:
stage
:
deploy
stage
:
deploy
image
:
cdrx/rancher-gitlab-deploy
image
:
cdrx/rancher-gitlab-deploy
script
:
script
:
-
upgrade --environment FPAbramo --stack
empurrandojuntos-prod --service backend
--no-finish-upgrade
--debug
-
upgrade --environment FPAbramo --stack
<stack_name> --service <service_name>
--no-finish-upgrade
only
:
only
:
-
tags
-
tags
environment
:
production
environment
:
production
...
@@ -80,7 +80,7 @@ deploy to homolog:
...
@@ -80,7 +80,7 @@ deploy to homolog:
stage
:
deploy
stage
:
deploy
image
:
cdrx/rancher-gitlab-deploy
image
:
cdrx/rancher-gitlab-deploy
script
:
script
:
-
upgrade --environment FPAbramo --stack
brasilqueopovoquer-empurrandojuntos-dev --service backend
--no-finish-upgrade
--debug
-
upgrade --environment FPAbramo --stack
<stack_name> --service <service_name>
--no-finish-upgrade
only
:
only
:
-
/master/
-
/master/
environment
:
homolog
environment
:
homolog
...
...
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