DEV Community

Discussion on: How do you deploy stuff? And what is the tool you use for?

Collapse
 
erikthered profile image
Erik Nelson

We use Travis CI to package our apps into Docker containers, which are published to a private repo on Docker Hub. From there we have some custom rolled deploy scripts that publish to Elastic Beanstalk on AWS.

This is all probably way overdone for your case.