diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-03-15 14:45:55 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-03-15 14:45:55 +0000 |
commit | cf0e60d16364a5571aa7ef154a5b3f23d9e08628 (patch) | |
tree | c5f1a8cd5235d0875077bed3c21ed634222b8443 /doc/ci/introduction | |
parent | 51c1a49a66dc890184e095939575f74565b89693 (diff) | |
download | gitlab-ce-cf0e60d16364a5571aa7ef154a5b3f23d9e08628.tar.gz |
Docs: CI/CD intro - new graph
Diffstat (limited to 'doc/ci/introduction')
-rw-r--r-- | doc/ci/introduction/img/gitlab_workflow_example.png | bin | 0 -> 55394 bytes | |||
-rw-r--r-- | doc/ci/introduction/index.md | 3 |
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 Binary files differnew file mode 100644 index 00000000000..94e7753c3b2 --- /dev/null +++ b/doc/ci/introduction/img/gitlab_workflow_example.png 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. |