Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-03-15 17:45:55 +0300
committerMike Lewis <mlewis@gitlab.com>2019-03-15 17:45:55 +0300
commitcf0e60d16364a5571aa7ef154a5b3f23d9e08628 (patch)
treec5f1a8cd5235d0875077bed3c21ed634222b8443 /doc/ci/introduction
parent51c1a49a66dc890184e095939575f74565b89693 (diff)
Docs: CI/CD intro - new graph
Diffstat (limited to 'doc/ci/introduction')
-rw-r--r--doc/ci/introduction/img/gitlab_workflow_example.pngbin0 -> 55394 bytes
-rw-r--r--doc/ci/introduction/index.md3
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/introduction/img/gitlab_workflow_example.png b/doc/ci/introduction/img/gitlab_workflow_example.png
new file mode 100644
index 00000000000..94e7753c3b2
--- /dev/null
+++ b/doc/ci/introduction/img/gitlab_workflow_example.png
Binary files differ
diff --git a/doc/ci/introduction/index.md b/doc/ci/introduction/index.md
index 317e2009c26..1b423a4696e 100644
--- a/doc/ci/introduction/index.md
+++ b/doc/ci/introduction/index.md
@@ -144,7 +144,6 @@ so, GitLab CI/CD:
- Runs automated scripts (sequential or parallel) to:
- Build and test your app.
- - Deploy to a staging environment.
- Preview the changes per merge request with Review Apps, as you
would see in your `localhost`.
@@ -155,6 +154,8 @@ Once you're happy with your implementation:
- GitLab CI/CD deploys your changes automatically to a production environment.
- And finally, you and your team can easily roll it back if something goes wrong.
+<img src="img/gitlab_workflow_example.png" alt="GitLab workflow example" class="image-noshadow">
+
GitLab CI/CD is capable of a doing a lot more, but this workflow
exemplifies GitLab's ability to track the entire process,
without the need of any external tool to deliver your software.