Skip to content

Instantly share code, notes, and snippets.

@DrewDahlman
Last active June 18, 2019 21:50
Show Gist options
  • Save DrewDahlman/ae536baad589919ca9fbd1f846e91c0b to your computer and use it in GitHub Desktop.
Save DrewDahlman/ae536baad589919ca9fbd1f846e91c0b to your computer and use it in GitHub Desktop.
Staging.rb modified
# Simple Role Syntax
# ==================
role :app, %w{[email protected]} ## Your IP
set :branch, "staging"
set :deploy_to, "/var/www/#{fetch(:application)}/staging"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment