Skip to content

Commit

Permalink
Merge pull request #8 from aws-samples/fix/script-naming
Browse files Browse the repository at this point in the history
fix: renamed deploy scripts to match blog content
  • Loading branch information
iriskraja77 committed Apr 6, 2023
2 parents a04eefd + 1be8611 commit dac457d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Make sure to set up a fresh python environment. Install the dependencies:

`pip install -r requirements.txt`

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

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

Expand Down
44 changes: 0 additions & 44 deletions cdk_synth.sh

This file was deleted.

File renamed without changes.

0 comments on commit dac457d

Please sign in to comment.