Skip to content

Instantly share code, notes, and snippets.

View cparedes's full-sized avatar

Ian Paredes cparedes

View GitHub Profile
$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
require "rvm/capistrano"
set :rvm_ruby_string, "ree"
set :rvm_type, :system
# Your Applications "Name"
set :application, "vertu"
# The URL to your applications repository
set :repository, "git@github.com:sholton311/Vertu.git"