Y
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
zdragnar
749 days ago
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.
link
icedchai
748 days ago
Not to mention every cloud provider has something built in (AWS CodeBuild, GCP Cloud Build, etc.)
link
csjh
748 days ago
That’s a pretty standard feature nowadays
link
If you wanted to spend money on something else, circleci and others help manage ci/cd as well.