Is it possible to have beanstalk app pull from github? If so How?

We are using Circle CI for continuous integration but we use beanstalk app for server deployment.

Ideal workflow:

  1. Push to github
  2. Have circle ci pull from git and run tests
  3. If tests pass, use a hook in beanstalk app to tell it to do a pull from github
  4. Beanstalk app autodeploys to server
有帮助吗?

解决方案

I'm not sure how to do that, but you should be able to do the push from CircleCI to BeanStalk. Would that work?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top