Skip to content

Custom Capistrano tasks abstracted from various Object Lateral deploys

License

Notifications You must be signed in to change notification settings

objectlateral/capistrano-ext-ol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capistrano/ext/ol

Custom Capistrano tasks abstracted from various Object Lateral deploys

Installation

Add this line to your application's Gemfile:

gem "capistrano-ext-ol", require: false, github: "objectlateral/capistrano-ext-ol"

And then execute:

$ bundle

Usage

You can pull in specific types of tasks by manually requirig the files at the top of your config/deploy.rb:

require "capistrano/ext/ol/config"
require "capistrano/ext/ol/db"
# et cetera

Or, if you want the whole kit-and-kaboodle, require like this:

require "capistrano/ext/ol"

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

About

Custom Capistrano tasks abstracted from various Object Lateral deploys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages