practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2020-07-25T09:40:21.208900Z

Looked at Packet and Exoscale just now, they seem to be infrastructure as a service rather than an app deployment platform like Heroku. Therefore it would burn up time on DevOps, taking away the focus from developing apps in Clojure. It took me 10 minutes to create a 2-stage deployment pipeline in Heroku, driven by CircleCI. I haven't seen how to do that with any other provider yet. I will have a look at DevOps in Clojure, but it's a long way down on the Todo list (unless someone wants to sponsor that specific content)

raymcdermott 2020-07-25T10:39:37.209600Z

Good point, Heroku is still the simplest

raymcdermott 2020-07-25T10:40:15.210600Z

On AWS my guess is the Beanstalk is gonna be the simplest option

raymcdermott 2020-07-25T10:41:44.211600Z

It’s better than a guess - I have used it and it works