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
cfde07ee
Commit
cfde07ee
authored
Mar 20, 2018
by
Laury Bueno
Browse files
[CI] Deploy instructions commented
parent
110663e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
.gitlab-ci.yml
.gitlab-ci.yml
+20
-20
No files found.
.gitlab-ci.yml
View file @
cfde07ee
...
...
@@ -31,16 +31,16 @@ build to production:
tags
:
-
docker
deploy to production
:
stage
:
deploy
image
:
cdrx/rancher-gitlab-deploy
script
:
-
upgrade --environment <env_name> --stack <stack_name> --service <service_name> --no-finish-upgrade --sidekicks
only
:
-
tags
environment
:
production
tags
:
-
docker
#
deploy to production:
#
stage: deploy
#
image: cdrx/rancher-gitlab-deploy
#
script:
#
- upgrade --environment <env_name> --stack <stack_name> --service <service_name> --no-finish-upgrade --sidekicks
#
only:
#
- tags
#
environment: production
#
tags:
#
- docker
##########
## Homolog
...
...
@@ -76,16 +76,16 @@ build to homolog:
# tags:
# - docker
deploy to homolog
:
stage
:
deploy
image
:
cdrx/rancher-gitlab-deploy
script
:
-
upgrade --environment <env_name> --stack <stack_name> --service <service_name> --no-finish-upgrade --sidekicks
only
:
-
/master/
environment
:
homolog
tags
:
-
docker
#
deploy to homolog:
#
stage: deploy
#
image: cdrx/rancher-gitlab-deploy
#
script:
#
- upgrade --environment <env_name> --stack <stack_name> --service <service_name> --no-finish-upgrade --sidekicks
#
only:
#
- /master/
#
environment: homolog
#
tags:
#
- docker
##########
## Develop
...
...
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