Join us

Zero deploy – speed up your deployment

Last updated August 16, 2021 1 min read

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 brought to you by Railsware aimed at solving all these problems and improving all the stages of typical deploy process significantly.

Tested for Capistrano and Chef, Heroku support is in Beta.

UPDATE: Please, refer to this article for a thorough technical description.

All you need is to install the gem

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
gem install zero_deploy
gem install zero_deploy
gem install zero_deploy

and run your deploy wrapped with zero_deploy

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
zero_deploy cap production deploy
zero_deploy cap production deploy
zero_deploy cap production deploy

Feel free to contribute https://github.com/railsware/zero_deploy