Skip to content

Commit

Permalink
Expand intro of part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Oct 8, 2023
1 parent d1521e4 commit 89411ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions posts/2023-10-07-the-stack-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 89411ca

Please sign in to comment.