Docs: CI/CD intro - new graph
This commit is contained in:
parent
51c1a49a66
commit
cf0e60d163
2 changed files with 2 additions and 1 deletions
BIN
doc/ci/introduction/img/gitlab_workflow_example.png
Normal file
BIN
doc/ci/introduction/img/gitlab_workflow_example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue