Skip to content

Instantly share code, notes, and snippets.

View torreyj's full-sized avatar

Torrey Johnson torreyj

  • Alamos Basement
  • Des Moines
View GitHub Profile

Keybase proof

I hereby claim:

  • I am torreyj on github.
  • I am torreyj (https://keybase.io/torreyj) on keybase.
  • I have a public key ASAsxQhMn2cWL-tRq61_WwuYzP-c6XVkFNDn6qg5Q1zn8go

To claim this, I am signing this object:

# Load DSL and Setup Up Stages
require 'capistrano/setup'
# Includes default deployment tasks
require 'capistrano/deploy'
# Include tasks from other gems included in your Gemfile
#
# For documentation on these, see for example:
#
# server-based syntax
# ======================
server 'demo.com', user: 'box-admin', roles: %w{web app db}
# role-based syntax
# ==================
# config valid only for current version of Capistrano
lock '3.4.0'
set :application, 'somesite'
set :repo_url, 'git@github.com:somesite.git'
# Default branch is :master
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
# Default deploy_to directory is /var/www/my_app_name