# mislav/git-deploy

git deployment made easy

Repository: https://github.com/mislav/git-deploy
Canonical: https://ross.abutalabs.com/products/git-deploy
Language: Ruby
License: MIT
License Family: permissive
Archived: true
Last push: 2019-03-22T16:13:56+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6203, "days_push": 2721, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2082, forks 128 (observed 2026-08-28T04:06:11.702598+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: deployment, cli, developer-tools
- domain: developer-tools
- platform: cli
- tags: git-push-deployment, heroku-style, ruby-gem, ssh-deployment, git-hooks, devops, automation, linux, macos

## Member repositories
- mislav/git-deploy (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:11.702598+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:55:55.688062+00:00, confidence not recorded.
  - readme: https://github.com/mislav/git-deploy (fetched 2026-08-28T04:06:11.702598+00:00, sha 3832874d11dd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
