Skip to content

Commit

Permalink
Merge pull request consuldemocracy#3938 from consul/deploy_branch
Browse files Browse the repository at this point in the history
Allow deploying a specific branch to production
  • Loading branch information
javierm committed Mar 10, 2020
2 parents 796544e + bdc890e commit abbc07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set :branch, :master
set :branch, ENV["branch"] || :master

server deploysecret(:server1), user: deploysecret(:user), roles: %w[web app db importer cron background]
#server deploysecret(:server2), user: deploysecret(:user), roles: %w(web app db importer cron background)
Expand Down

0 comments on commit abbc07e

Please sign in to comment.