TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Solo Dev(Op)s, how do you deploy webapps in 2021?

2 pointsby creimersabout 4 years ago
I&#x27;m a solo dev focusing on webapps (python&#x2F;nodejs&#x2F;go). In the past, I&#x27;ve been deploying for production on Linux VMs (Hetzner) or AWS Elastic Beanstalk for small to medium audiences.<p>For an upcoming project, I&#x27;m looking for a hosting solution that would ideally tick the following boxes<p>- managed (server)<p>- (GitHub) CI&#x2F;CD integration with push to deploy<p>- zero downtime deployments<p>- Docker containers, maybe multi container apps<p>- reasonably priced<p>I&#x27;ve been looking into Digital Ocean&#x27;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&#x2F;medium) webapps in 2021 as a solo dev?

3 comments

thedookmasterabout 4 years ago
I&#x27;ve enjoyed using Dokku <a href="https:&#x2F;&#x2F;dokku.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dokku.com&#x2F;</a> It&#x27;s very similar to heroku, but self-hosted. The pre-setup digitalocean option seems like a good way to try it out.<p>Here&#x27;s a short video series that helped me get started: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLsClh15QqVh5lQ-_iiFYO69zZMqXiP--c" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLsClh15QqVh5lQ-_iiFYO...</a>
jefuriiabout 4 years ago
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.
wecloudproabout 4 years ago
use k8s
评论 #26679501 未加载