I have setup a deployment of code in code-commit. I have my code present in CodeCommit. As soon as there is a code pushed to master branch, i want that master branch code to be pushed to production (which is through codeDeploy).
Is there any way i can setup a trigger to start the deployment? Perhaps through codepipeline?