Skip to content

Commit dac457d

Browse files
authored
Merge pull request #8 from aws-samples/fix/script-naming
fix: renamed deploy scripts to match blog content
2 parents a04eefd + 1be8611 commit dac457d

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Make sure to set up a fresh python environment. Install the dependencies:
3434

3535
`pip install -r requirements.txt`
3636

37-
Run the cdk_deploy.sh script to bootstrap the development and production environments and to
37+
Run the initial-deploy.sh script to bootstrap the development and production environments and to
3838
deploy the default pipeline. You’ll be asked to provide the following parameters: (1) Development
3939
account ID, (2) Development account AWS profile name (3) Production account ID, (4) Production
4040
account AWS profile name.
4141

42-
`sh ./cdk_deploy.sh --dev_account_id <YOUR DEV ACCOUNT ID> --
42+
`sh ./initial-deploy.sh --dev_account_id <YOUR DEV ACCOUNT ID> --
4343
dev_profile_name <YOUR DEV PROFILE NAME> --prod_account_id <YOUR PRODUCTION
4444
ACCOUNT ID> --prod_profile_name <YOUR PRODUCTION PROFILE NAME>`
4545

cdk_synth.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)