Skip to content

Comment on Show HN: A Bot to Deploy to AWS, Digital Ocean Etc.

Comments

The problem with generic deployment services like this is that they don't account for scalability.

Different stacks have different requirements. I built my own deployment service for my open source project/stack specifically so that it would handle scalability too. See https://baasil.io/ I know Laravel followed this approach too with https://forge.laravel.com

I think using more sepcialized deployment stacks (as opposed to generic ones) is the best approach for non-trivial apps.

Though I guess if you use a microservices approach, you could have a different deployer for different kinds of services.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.