Sha256: 5b665307c25ddb895e4b4afa7976743052da38be0bce091db77f6489f3fe43a5

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

# Cap Deploy Lock 1.0.0

Deploy Lock feature for Capistrano 3.x

## Installation

Add this line to your application's Gemfile:

    gem 'capistrano-deploy-lock', '~> 1.0'
    gem 'capistrano'

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install capistrano-deploy-lock

## Usage

Require in `Capfile` to use the default task:

```ruby
require 'capistrano/deploy-lock'
```

## Contributing

1. Fork it
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 new Pull Request

## Credits

cap-deploy-lock is maintained by [Maruf Hasan Bulbul](http://www.mhbweb.com).

## License

© 2016 Maruf Hasan Bulbul. It is free software and may be redistributed under the terms specified in the LICENSE file.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-deploy-lock-1.0.0 README.md