Unclaimed project
Are you a maintainer of git-deploy? Claim this project to take control of your public changelog and roadmap.
Changelog
git deployment made easy
Last updated about 7 years ago
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:
git pushing. No more wondering when the deploy will be done!deploy/setup ran on first push to the remotegit deploy rerun to retry a failed deploy callbackrollback task and have it call deploy/rollback callback if it existsTweaks:
git deploy setup --shared flag is now false by defaultgit deploy setup --sudo flag is now false by default
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.