I'm playing with AWS Code Deploy and want to setup automatically building environment. What I've done:
1. Configured `Code Deploy` for my GitHub repository. (it deploys fine)
2. Added AWS Code Deploy service in Github settings of my repo.
3. Added Github Auto-Deployment service in Github of my repo.
I was also following this documentation: https://aws.amazon.com/blogs/devops/automatically-deploy-from-github-using-aws-codedeploy/
But after adding some commit into my master
branch, there is no auto deployments on my CodeDeploy Deployments section...
Ideas?