max.kuzmentsov
max.kuzmentsov

Reputation: 796

How do you deploy your play 2 scala applications?

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

Answers (1)

John Kentucky
John Kentucky

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

Related Questions