Skip to content

Instantly share code, notes, and snippets.

$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) # Add RVM's lib directory to the load path.
require 'rvm/capistrano' # Load RVM's capistrano plugin.
require 'bundler/capistrano'
require 'whenever/capistrano'
set :application, 'application_name'
set :base_path, '/u/apps'
default_run_options[:pty] = true
set :scm, :git