Skip to content

Commit 323ece7

Browse files
committed
Add command to deploy GithubRole stack
1 parent 92a01c2 commit 323ece7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ pre-commit install
2121
```shell
2222
docker compose -f docker-compose-dev.yml -p go-capture-api up -d --build
2323
```
24+
25+
## Deploy GithubRole
26+
```shell
27+
aws cloudformation create-stack --stack-name GoCaptureGithubRole --parameters ParameterKey=Repository,ParameterValue=<github-repo> --template-body "$(cat cloud-formation/github-role.yaml)" --capabilities CAPABILITY_NAMED_IAM
28+
```

0 commit comments

Comments
 (0)