I'm a solo dev focusing on webapps (python/nodejs/go). In the past, I've been deploying for production on Linux VMs (Hetzner) or AWS Elastic Beanstalk for small to medium audiences.<p>For an upcoming project, I'm looking for a hosting solution that would ideally tick the following boxes<p>- managed (server)<p>- (GitHub) CI/CD integration with push to deploy<p>- zero downtime deployments<p>- Docker containers, maybe multi container apps<p>- reasonably priced<p>I've been looking into Digital Ocean's app platform and render.com mainly, but of course the omnipresent AWS is also on the list.<p>What are you using to deploy (small/medium) webapps in 2021 as a solo dev?
I've enjoyed using Dokku <a href="https://dokku.com/" rel="nofollow">https://dokku.com/</a>
It's very similar to heroku, but self-hosted. The pre-setup digitalocean option seems like a good way to try it out.<p>Here's a short video series that helped me get started:
<a href="https://www.youtube.com/playlist?list=PLsClh15QqVh5lQ-_iiFYO69zZMqXiP--c" rel="nofollow">https://www.youtube.com/playlist?list=PLsClh15QqVh5lQ-_iiFYO...</a>
Not your list, but I make .deb packages for my Django app using FPM, push these to our reprepro package server, and automate installation on VMs using Ansible.