Automatic Deployment and Continuous Integration with CircleCI and ElasticBeanstalk
The Workflow Let me describe the workflow we were trying to accomplish. We wanted to run tests on every merge into 'master'. If the tests pass, we wanted the code to be automatically pushed to a staging server. Once we verify staging is working properly, we want to merge that…