taimos / projen-pipelines

CDK pipelines using projen
Apache License 2.0
40 stars 2 forks source link

feat(awscdk): add support for independent deployment stages #77

Closed hoegertn closed 2 weeks ago

hoegertn commented 2 weeks ago

This commit introduces the ability to define independent deployment stages in the CDK pipeline configuration. These stages are separate from the main pipeline and can be triggered manually, allowing for more flexible deployment processes.

The createIndependentDeployment method allows users to specify custom steps for post-deployment actions in GitHub and GitLab pipelines, such as running scripts or uploading artifacts after the independent deployment stage is complete.

Fixes #73