Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
eaae807d
Commit
eaae807d
authored
Nov 22, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added deployment stages
parent
9eadf408
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
View file @
eaae807d
...
@@ -12,10 +12,21 @@ variables:
...
@@ -12,10 +12,21 @@ variables:
include
:
include
:
-
template
:
Jobs/Build.gitlab-ci.yml
-
template
:
Jobs/Build.gitlab-ci.yml
-
template
:
Jobs/Deploy.gitlab-ci.yml
stages
:
stages
:
-
prepare
-
prepare
-
build
-
build
-
deploy
# dummy stage to follow the template guidelines
-
review
-
dast
-
staging
-
canary
-
production
-
incremental rollout 10%
-
incremental rollout 25%
-
incremental rollout 50%
-
incremental rollout 100%
build
:
build
:
services
:
services
:
...
...
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