7

Are you using an automated deployment solution for web development? If so, what would you recommend?

Comments
  • 1
    Did you tried aws beanstalk?

    At work we use Jenkins + puppet + docker for some apps and capistrano for others.
  • 1
    @Mandrake I'll check out.
  • 1
    it's kind of outdated but we use CruiseControl.net and it works great. We are starting to move to the open source replacement GO.
  • 2
    We use Bamboo as a build agent to create our Docker images, provision boxes using SaltStack and deploy the Docker images via Salt :)
  • 2
    Ansible
  • 1
    Capistrano
Add Comment