Sha256: 434f23613db32ffdc563096bd8a075d3117a197dc2b658f612b7e7cef4757211
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 Bytes
Contents
# Capistrano::Deploylock TODO: Write a gem description ## Installation Add this line to your application's Gemfile: ```ruby gem 'capistrano-deploylock' ``` And then execute: $ bundle Or install it yourself as: $ gem install capistrano-deploylock ## Usage add config/deploy.rb require 'capistrano/deploylock' ~~~ before "deploy:lock:start", "deploy:lock:check" before "deploy", "deploy:lock:start" ~~~ ## Contributing 1. Fork it ( https://github.com/[my-github-username]/capistrano-deploylock/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-deploylock-0.0.1 | README.md |