Integrate git merge to master as final step in AWS Codepipeline

Viewed 1640

We are using GitHub as our source repository, AWS CodeBuild to compile the code from GitHub, Elastic Beanstalk to host environments and CodePipeline to trigger a build on commit and to deploy the code to different environments, with production being the final environment.

What I would like to add as a final step to CodePipeline is a merge back to master after a build has been deployed to production. I did a brief search on google but could not find any good references for how to initiate a git merge.

Does anybody have any experience with triggering a merge from CodePipeline?

1 Answers
Related