V2A Deploy
Capistrano Setup that is used by http://www.v2a.net
Installation
Add this line to your application's Gemfile:
gem 'v2a-deploy'
And then execute:
$ bundle
Usage
Include one or more of this files in your Capfile or deploy.rb
require "v2a-deploy/basic_config"
require "v2a-deploy/set_rack_env"
require "v2a-deploy/server"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request