TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Open source solution to receive Git push and manage deploys?

1 pointsby joshmaalmost 10 years ago
We want to set up a Heroku-esque service that devs push to in order to deploy. It receives the git push, builds the Javascript, etc, and runs a set of scripts given the (repo_path, commit_hash, branch) as inputs. It should make it easy to compile in an repeatable, isolated environment and &quot;log&quot; and &quot;print&quot; in a dev-friendly manner.<p>I&#x27;m looking at progrium&#x2F;gitreceive and progrium&#x2F;buildstep as two starting points - any other alternatives I can look at?<p>(I&#x27;ve looked at dokku, but it seems tied to 1 instance and based around containers. I&#x27;d like to use EC2 tags to discover which instances to deploy to, and I&#x27;d like to be able to use our current deploy scripts first + migrate to Docker if desired later.)

no comments

no comments