This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Tags: awslabs/aws-simple-cicd
Tags
Fixes and updates (#55) Co-authored-by: Srijit Mitra <[email protected]>
Adding Github support, refactoring (#41) * Addin Github support, refactoring * Adding github sample * Fix for #35 * Adding instructions for Github integration Co-authored-by: Srijit Mitra <[email protected]>
Adding Github support, refactoring (#41) * Addin Github support, refactoring * Adding github sample * Fix for #35 * Adding instructions for Github integration Co-authored-by: Srijit Mitra <[email protected]>
Feature/test stage (#21) * Adding a test stage to the pipeline, cleaning up CodeBuild environment properties * Renaming stages for more clarity * Documentation updates Co-authored-by: Srijit Mitra <[email protected]>
Bugfix/2,10,11 (#15) - Cross-account IAM role name is now configurable in project-config.json #11 - Cross-account IAM role name is available as an environment variable in CodeBuild. #2 - The assume-cross-across-role.env file is pushed to S3. The deploy stage downloads this file from S3 and uses the cross-account IAM role environment variable. Developers can still provide an over ride by including this file in the repo's scripts/ directory. #2 - If the account if for an environment is blank, no stages will be provisioned in the pipeline for that environment. - Makes the CodePipeline appearance cleaner. #14 - Fixed the missing /codecommit/ in SSM Parameter Store #10 Co-authored-by: Srijit Mitra <[email protected]>
Merge pull request #1 from awslabs/feature/initial Feature/initial