From c4b16b91e1ad2dc074163372c2d303141505f305 Mon Sep 17 00:00:00 2001 From: jffarge Date: Mon, 28 Mar 2022 12:03:31 +0200 Subject: [PATCH] apply more comments Signed-off-by: jffarge --- docs/getting-started/1201-ci-environment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/1201-ci-environment.md b/docs/getting-started/1201-ci-environment.md index d8d2b470..9e8f0174 100644 --- a/docs/getting-started/1201-ci-environment.md +++ b/docs/getting-started/1201-ci-environment.md @@ -3,11 +3,11 @@ slug: /1201/ci-environment displayed_sidebar: europa --- -# From local dev to CI environment +# Integrating with your CI environment -Dagger can be used with any CI environment (no migration required) and has two important advantages which make the overall experience less error-prone and more efficient: +Dagger can be used with any CI environment (no migration required) and has two important advantages which make the overall experience less error-prone and more efficient: -1. Instead of YAML, you write [CUE](https://cuelang.org/) - typed configuration with built-in formatting +1. You don't write YAML [CUE](https://cuelang.org/) - typed configuration with built-in formatting 2. Configuration is executed in [BuildKit](https://github.com/moby/buildkit), the execution engine at the heart of Docker This makes any CI environment with Docker pre-installed work with Dagger out of the box. @@ -33,6 +33,7 @@ values={[ ```yaml file=../tests/getting-started/github-actions.yml title=".github/workflows/todoapp.yml" + ```