docs: fix some more spelling issues (#167)
This commit is contained in:
@@ -2,11 +2,17 @@
|
||||
title: "Pipeline as Code"
|
||||
ring: adopt
|
||||
quadrant: methods-and-patterns
|
||||
tags: [devops]
|
||||
tags: [devops]
|
||||
---
|
||||
|
||||
In the past years many tools have evolved and especially [Gitlab CI](https://docs.gitlab.com/ee/ci/), [Github Actions](https://github.com/features/actions) and [AWS CodeDeploy](https://aws.amazon.com/de/codedeploy/) matured or became available and widely used across many teams.
|
||||
In the past years many tools have evolved and especially [Gitlab CI](https://docs.gitlab.com/ee/ci/),
|
||||
[GitHub Actions](https://github.com/features/actions) and [AWS CodeDeploy](https://aws.amazon.com/de/codedeploy/)
|
||||
matured or became available and widely used across many teams.
|
||||
|
||||
Continuous Integration and Delivery is an important part in every project. Pipelines which are maintained as code, can now be handled like most other parts of your software. The pipeline configuration can run through lint checks, or a test suite before the configuration is shared across teams in your organisation.
|
||||
Continuous Integration and Delivery is an important part in every project. Pipelines which are maintained as code, can
|
||||
now be handled like most other parts of your software. The pipeline configuration can run through lint checks, or a test
|
||||
suite before the configuration is shared across teams in your organisation.
|
||||
|
||||
Using [container based builds](https://www.aoe.com/techradar/methods-and-patterns/container-based-builds.html) is now also the de facto standard. Combining these two techniques enables running isolated builds in an easily reproducible environment so teams can get quick feedback on every change.
|
||||
Using [container based builds](https://www.aoe.com/techradar/methods-and-patterns/container-based-builds.html) is now
|
||||
also the de facto standard. Combining these two techniques enables running isolated builds in an easily reproducible
|
||||
environment so teams can get quick feedback on every change.
|
||||
|
||||
Reference in New Issue
Block a user