8
5 Comments

What problems and difficulties do you face during deploying and managing production applications?

I would like to create a simplified deployment process to AWS (and possibly, other clouds, like Hetzner, Digital Ocean, GCP, etc) for developers and small/medium size projects.
For the moment I am researching how different projects are deployed and managed in production and what problems they face. Can you share your experience and problematic places for managing infrastructure and the application running in production?

on July 19, 2022
  1. 2

    We used to use DeployBot, paying for more than 4 years. It sucks. They never ever delivered any update. We changed 2 years ago to Buddy.

    I simply forgot it's there. Developers push everything to the DEV branch. Whenever I feel like I merge the code to production and in less than 20 seconds everything is deployed.

    I don't have any issues. We configurated once and forgot about it. It just works.

    1. 1

      Do you mean buddy.works? Sounds like a great experience.
      Where do you deploy your app and what app components do you use (like DBs, containers, etc)?

      1. 1

        Yes, Buddy.works.

        Some servers deploy to regular dedicated apache servers. Some other projects deploy to Digital Ocean. We push only the built software (code), no databases. It goes from Github in a few seconds with zero downtime. This sounds like an ad. But seriously we love it, we never talked again about deploys since we switched to Buddy.

  2. 2

    My only advice is automate everything. Build the cloud servers with IaC and have an automated pipeline. Preferably with a green blue production environment

    1. 1

      Thanks! I am going to do exactly that, so to simplify CI/CD, so you need only to connect the repo and the cloud account

Trending on Indie Hackers
I'm a lawyer who launched an AI contract tool on Product Hunt today — here's what building it as a non-technical founder actually felt like User Avatar 151 comments Never hire an SEO Agency for your Saas Startup User Avatar 83 comments A simple way to keep AI automations from making bad decisions User Avatar 65 comments “This contract looked normal - but could cost millions” User Avatar 54 comments 👉 The most expensive contract mistakes don’t feel risky User Avatar 41 comments We automated our business vetting with OpenClaw User Avatar 34 comments