Allow to specify a branch to deploy for staging
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
server '10.210.0.50', roles: [:app, :db, :puma_nginx, :web], user: 'debian'
|
||||
set :rails_env, "staging"
|
||||
set :branch, ENV['BRANCH'] if ENV['BRANCH']
|
||||
|
Reference in New Issue
Block a user