Hacker News new | ask | show | jobs
by Andugal 749 days ago
For a lot of use cases, nothing beats « git push » and tada your app is deployed.
2 comments

Very easy to do with GitHub actions or the equivalent in gitlab and probably other competitors by now I imagine.

If you wanted to spend money on something else, circleci and others help manage ci/cd as well.

Not to mention every cloud provider has something built in (AWS CodeBuild, GCP Cloud Build, etc.)
That’s a pretty standard feature nowadays