From 89411cab4a2d97e4d2265eee94b2095ee784b26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kj=C3=A6r?= Date: Sun, 8 Oct 2023 18:45:08 +0200 Subject: [PATCH] Expand intro of part 2 --- posts/2023-10-07-the-stack-part-2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/posts/2023-10-07-the-stack-part-2.md b/posts/2023-10-07-the-stack-part-2.md index 0e1d13d..e715b17 100644 --- a/posts/2023-10-07-the-stack-part-2.md +++ b/posts/2023-10-07-the-stack-part-2.md @@ -7,8 +7,9 @@ In [the last post](/posts/2023-10-07-the-stack-part-1.html) we created our Contr At the end of this post we will have a: -- Workflow for bootstrapping our AWS Accounts for CDK ([see here](https://github.com/codetalkio/the-stack/blob/part-2-automatic-deployments/.github/workflows/cd-bootstrap.yml)) -- Workflow for deploying our CDK stacks, including synthesizing and testing before ([see here](https://github.com/codetalkio/the-stack/blob/part-2-automatic-deployments/.github/workflows/cd-deploy.yml)) +- Workflow for bootstrapping our AWS Accounts for CDK ([see here](https://github.com/codetalkio/the-stack/blob/part-2-automatic-deployments/.github/workflows/cd-bootstrap.yml)). +- Workflow for deploying our CDK stacks, including synthesizing and testing before ([see here](https://github.com/codetalkio/the-stack/blob/part-2-automatic-deployments/.github/workflows/cd-deploy.yml)). +- Automatic staggered deployments when changes are merged to our `main` branch. But first we must prepare our AWS and GitHub environments, setting it up with credentials and configuring it with the environments we want to deploy to.