Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit c3d9b7f

Browse files
committed
update README
1 parent fde5bce commit c3d9b7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ Create and deploy a distribution from source
2626

2727
```bash
2828
cd aws-genomics-workflows
29-
bash _scripts/deploy.sh --asset-bucket s3://<dist-bucketname> test
29+
bash _scripts/deploy.sh --deploy-region <region> --asset-profile <profile-name> --asset-bucket s3://<dist-bucketname> test
3030
```
3131

3232
This will create a `dist` folder in the root of the project with subfolders `dist/artifacts` and `dist/templates` that will be uploaded to the S3 bucket you created above.
3333

34+
Use `--asset-profile` option to specify an AWS profile to use to make the deployment.
35+
36+
**Note**: the region set for `--deploy-region` should match the region the bucket `<dist-bucketname>` is created in.
37+
3438
You can now use your deployed distribution to launch stacks using the AWS CLI. For example, to launch the GWFCore stack:
3539

3640
```bash

0 commit comments

Comments
 (0)