Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShin0221 authored Apr 30, 2020
1 parent 1b24b6d commit 1478aca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,18 @@ cdk_doctor
```

## Usage



```
# Specified these to environment like .env file > $ touch > .env
REPOSITORY_NAME=cdk-fargate-fastapi
PORT=8080
ACCOUNT=XXXXXX
AWS_REGION=ap-northeast-1
AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXXX
AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXX
ROLE_ARN=arn:aws:iam::XXXXXXXXXXXXXXXXXXX:role/ecsTaskExecutionRole
ECR_REGISOTRY=XXXXXXXXXX.dkr.ecr.ap-northeast-1.amazonaws.com/XXXXXXXXXXXXXXXX:latest
```

0 comments on commit 1478aca

Please sign in to comment.