Download Latest Version git-deploy 0.7.0 source code.tar.gz (8.6 kB)
Email in envelope

Get an email when there's a new version of Easy git deployment

Home / v0.6.0
Name Modified Size InfoDownloads / Week
Parent folder
git-deploy v0.6, codename Chocolate Chip source code.tar.gz 2013-07-12 8.3 kB
git-deploy v0.6, codename Chocolate Chip source code.zip 2013-07-12 12.8 kB
README.md 2013-07-12 993 Bytes
Totals: 3 Items   22.1 kB 0

git-deploy is a command line tool that helps you set up a deployment where you can simply git push to the server to update an application, Heroku-style.

Requirements: Ruby 1.8.7+, RubyGems, ssh, git.

gem install git-deploy

New features:

  • Hooks are now executed synchronously! That means you get to watch the deploy log scroll by as you're git pushing. No more wondering when the deploy will be done!
  • New hook: deploy/setup ran on first push to the remote
  • New task: git deploy rerun to retry a failed deploy callback
  • Improve rollback task and have it call deploy/rollback callback if it exists

Tweaks:

  • git deploy setup --shared flag is now false by default
  • git deploy setup --sudo flag is now false by default
  • git submodules updated recursively

If some of these changes to functionality are unacceptable, use the ~> 0.5.5 version branch which will continue to receive bugfixes, but no feature changes.

Source: README.md, updated 2013-07-12