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

mislav/git-deploy

git deployment made easy observed · 2026-08-28

github.com/mislav/git-deploy · Ruby · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

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

  • gap_med: n/a
  • age_days: 6203
  • days_rel: n/a
  • days_push: 2721
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2082 stars · 128 forks observed · 2026-08-28

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

A Ruby gem that provides Heroku-style, push-based deployment via git hooks: you deploy by running `git push production master` to a remote server over SSH. It generates per-project callback scripts (in any language) that run on the server during each deploy.

Use cases

  • deploy my app with git push like heroku
  • set up push-to-deploy on my own server
  • simple ssh-based deployment for a ruby web app
  • run migrations and asset tasks on every deploy
  • deploy a single-host app without a CI/CD pipeline
  • customize deployment hooks per project

When to choose

  • you deploy to a single server over SSH with key auth
  • you want Heroku-style `git push` deployments without Heroku
  • your team already uses git and wants minimal tooling
  • you want simple, editable per-project deploy scripts

When to avoid

  • you need multi-server, containerized, or cloud-native deployments
  • you want a full CI/CD pipeline with builds and rollbacks
  • you deploy to platforms with native git deploy support
  • you need zero-downtime or blue-green deployment strategies

Facets

cli-tool · maturity maintenance

deployment cli developer-tools developer-tools cli git-push-deployment heroku-style ruby-gem ssh-deployment git-hooks devops automation linux macos

1 source

Member repositories

RepositoryRoleHealth v2
mislav/git-deploymain10

For agents

markdown · JSON · MCP: product_card(name="mislav/git-deploy")

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