Skip to content

X0nic/cap-deeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cap::Deeploy

A simple Capistrano plugin that adds a deeploy task.

Works with Capistrano 3. Does not work with Capistrano 2.

Installation

Add this line to your application's Gemfile:

gem 'cap-deeploy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cap-deeploy

and then add to Capfile:

require 'capistrano/deeploy'

Usage

Now you can call $ bundle exec cap production deeploy and a deploy should happen. No need to call $ bundle exec cap production deploy anymore and why would you want to?

Contributing

  1. Fork it ( https://github.com/x0nic/cap-deeploy/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

License

MIT

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages