Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 32b7b77

Browse files
committed
add more details to deploy docs
1 parent 458e2c2 commit 32b7b77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DEPLOYMENT.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ As well, CDK will need an AWS profile to be configured.
3333

3434
### Execution
3535

36-
Having set up the configuration env vars as required, execute the CDK deployment with
36+
Having set up the configuration env vars as required, the CDK deployment can be started:
3737

3838
```
39+
export AWS_ECR_REPOSITORY_ARN=arn:aws:ecr:us-east-1:992382462803:repository/stat-utils/stat-fastapi
40+
export IMAGE_TAG_OR_DIGEST=0.0.1
41+
cd deploy_cdk
3942
poetry run cdk deploy
4043
```
4144

0 commit comments

Comments
 (0)