Skip to content

Commit

Permalink
feat: allow inclusion of image copy to pipeline
Browse files Browse the repository at this point in the history
Support both codepipeline and pipelines
  • Loading branch information
Hi-Fi committed Nov 9, 2024
1 parent 6a81327 commit f11c32a
Show file tree
Hide file tree
Showing 15 changed files with 4,557 additions and 5,866 deletions.
1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const project = new CdklabsConstructLibrary({
repositoryUrl: 'https://github.com/cdklabs/cdk-ecr-deployment', /* The repository is the location where the actual code for your package lives. */
gitignore: [
'cdk.out/',
'lambda/out',
], /* Additional entries to .gitignore. */
npmignore: [
'/cdk.out',
Expand Down
322 changes: 322 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f11c32a

Please sign in to comment.