Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Releases: mislav/git-deploy

git-deploy 0.7.0

22 Mar 16:15
Compare
Choose a tag to compare
  • Handle cases when db/migrate or app/assets directories don't exist

  • Fix reading remote URLs when only pushurl is present

  • Relax version requirements for net-ssh and net-scp

  • Handle SSH urls that use ~/ paths

  • Don't display an error when no db/migrate/

  • Require Ruby >= 2.2.6

git-deploy v0.6, codename Chocolate Chip

12 Jul 00:52
Compare
Choose a tag to compare

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.