Nextdoor / cdk-pipelines-github

Apache License 2.0
2 stars 0 forks source link

fix: add --exclusive option to the deployment #14

Closed diranged closed 8 months ago

diranged commented 8 months ago

When building pipelines, the pipelines themselves handle the ordering of resource deps... so we don't need to re-run the deploy to a stack that is a dependency of a current stack, we can trust that it was deployed already.