Skip to content

Commit

Permalink
ENV Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Oct 20, 2016
1 parent 5acd93d commit 5bde795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set :repo_url, 'https://github.com/pulibrary/pomegranate.git'

# Default branch is :master
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
set :branch, ENV['BRANCH'] || 'master'

# Default deploy_to directory is /var/www/my_app_name
# set :deploy_to, '/var/www/my_app_name'
Expand Down

0 comments on commit 5bde795

Please sign in to comment.