https://github.com/railsware/zero_deploy
Significantly improves typical deployment speed
https://github.com/railsware/zero_deploy
Last synced: 6 months ago
JSON representation
Significantly improves typical deployment speed
- Host: GitHub
- URL: https://github.com/railsware/zero_deploy
- Owner: railsware
- Created: 2013-04-01T08:13:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-02T11:10:59.000Z (almost 13 years ago)
- Last Synced: 2025-05-28T20:10:04.806Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 39
- Watchers: 59
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zero Deploy
[](https://travis-ci.org/railsware/zero_deploy)
Significantly improves typical deployment speed.
## Purpose
Are you tired of waiting for git to checkout your code?
Fed up with sluggish assets precompilation?
Don't want to waste your time while waiting for bundler to install shitload of gems?
Zero Deploy gem aimed to solve all these problems. It significantly improves all the stages of typical deploy process.
Tested for Capistrano and Chef, Heroku support is in Beta.
## Installation
gem install zero_deploy
## Usage
zero_deploy cap production deploy