Last active
June 18, 2019 21:50
-
-
Save DrewDahlman/ae536baad589919ca9fbd1f846e91c0b to your computer and use it in GitHub Desktop.
Staging.rb modified
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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