TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 creimers大约 4 年前
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 条评论

thedookmaster大约 4 年前
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>
jefurii大约 4 年前
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.
wecloudpro大约 4 年前
use k8s
评论 #26679501 未加载