Reputation: 796
I am interested how do you (scala play2 devs) deploy in cloud? Which cloud provider and so on. Because I am not sure I am doing it in easiest way. I used heroku and it was good. Trying now digitalocean and for now deploying by ssh manually(or jenkins). I did not use docker or dokku for now.
Upvotes: 1
Views: 73
Reputation: 886
If you're on AWS, CodeDeploy could be a good start for automatic deployments. (http://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started.html)
Upvotes: 2