@@ -13,19 +13,19 @@ These instructions will get you a copy of this project up and running in your ow
13
13
- Create a repo for this project.
14
14
- Setup Github environments and secrets in the repo you just created. Use SECRETS, not variables.
15
15
- Add repositories you want to grant deployment permissions to the ` github-actions-role-stack.ts ` file.
16
- - Bootstrap the project with cdk deploy --all.
16
+ - Bootstrap the project with cdk deploy --all for every aws account you plan to deploy to .
17
17
- Configure the actions workflow to suit your needs.
18
18
- Add new projects to the ` github-actions-role-stack.ts ` file as needed.
19
19
20
20
### Setup Github Environments and Secrets
21
21
22
22
1 . Create an environment in your Github repository settings.
23
- - Name the environment based on where it is deploying. (ie prod, dev, staging, etc based on your needs.)
23
+ - Name the environment based on where it is deploying. (ie prod, dev, staging, etc. based on your needs.)
24
24
- The default is the main branch is prod.
25
25
2 . Create secret variables in each Github environment you are deploying too. USE SECRETS, NOT variables.
26
26
- ` AWS_ACCOUNT_ID ` : The AWS account ID where the CDK application will be deployed. (Your AWS account number)
27
27
- ` AWS_REGION ` : The AWS region where the CDK application will be deployed. (us-east-1)
28
- - ` ENVIRONMENT ` : The name of the deployment environment. Default is main branch is prod. (ie prod, dev, staging, etc)
28
+ - ` ENVIRONMENT ` : The name of the deployment environment. Default is main branch is prod. (ie prod, dev, staging, etc. )
29
29
30
30
### Add Repositories you want to grant deployment permissions to
31
31
0 commit comments