Ross ROSS = Recommend OSS · open-source software intelligence for agents

olipo186/Git-Auto-Deploy

Deploy your GitHub, GitLab or Bitbucket projects automatically on Git push events or webhooks using this small HTTP server written in Python. Continuous deployment in it's most simple form. observed · 2026-08-28

github.com/olipo186/Git-Auto-Deploy · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4836
  • days_rel: n/a
  • days_push: 736
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1394 stars · 219 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A small Python HTTP server that listens for webhook POST requests from GitHub, GitLab, or Bitbucket and automatically runs git pull to deploy projects on push. It can also execute shell commands after each successful pull for custom build steps.

Use cases

  • automatically deploy my app when I push to github
  • listen for gitlab webhooks and pull latest code
  • simple continuous deployment for a small server
  • run a script after every git push to my repo
  • self-hosted webhook listener for bitbucket pushes
  • auto update a website on git push

When to choose

  • you want minimal, self-hosted continuous deployment without a full CI system
  • you deploy to a single server and just need git pull on push
  • you use GitHub, GitLab, or Bitbucket webhooks

When to avoid

  • you need full CI/CD pipelines with testing, artifacts, and rollbacks
  • you deploy to containers or orchestrated environments like Kubernetes
  • you need actively maintained software with modern Python support

Facets

application · maturity maintenance

http-server webhook deployment ci-cd self-hosted python self-hosted cli git continuous-deployment webhook-listener github gitlab bitbucket devops automation linux

3 sources

Member repositories

RepositoryRoleHealth v2
olipo186/Git-Auto-Deploymain23

For agents

markdown · JSON · MCP: product_card(name="olipo186/Git-Auto-Deploy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem