Skip to content

Commit

Permalink
docs: add cloud deploy info to skaffold ci-cd docs (#7880)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored Sep 26, 2022
1 parent 2a2706e commit 8aee1ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs-v2/content/en/docs/workflows/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ linkTitle: "Continuous Delivery"
weight: 40
---


{{< alert title="Note">}}
Skaffold is used under the hood to power Google Cloud Platform's [Cloud Deploy API](https://cloud.google.com/deploy). See the docs [here](https://cloud.google.com/deploy/docs/using-skaffold) for more information on how to use Skaffold + Cloud Deploy for CI/CD
{{</alert>}}

Skaffold provides several features and sub-command "building blocks" that make it very useful for integrating with (or creating entirely new) CI/CD pipelines.
The ability to use the same `skaffold.yaml` for iterative development and continuous delivery eases handing off an application from a development team to an ops team.

Expand Down Expand Up @@ -65,7 +70,6 @@ Starting deploy...
- pod/getting-started configured
```


## Separation of rendering and deployment
{{< maturity "apply" >}}

Expand Down
4 changes: 4 additions & 0 deletions docs/content/en/docs/workflows/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ linkTitle: "Continuous Delivery"
weight: 40
---

{{< alert title="Note">}}
Skaffold is used under the hood to power Google Cloud Platform's [Cloud Deploy API](https://cloud.google.com/deploy). See the docs [here](https://cloud.google.com/deploy/docs/using-skaffold) for more information on how to use Skaffold + Cloud Deploy for CI/CD
{{</alert>}}

Skaffold provides several features and sub-command "building blocks" that make it very useful for integrating with (or creating entirely new) CI/CD pipelines.
The ability to use the same `skaffold.yaml` for iterative development and continuous delivery eases handing off an application from a development team to an ops team.

Expand Down

0 comments on commit 8aee1ac

Please sign in to comment.