diff --git a/config/deploy/production.rb b/config/deploy/production.rb index c6acef5..15a56ef 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -10,4 +10,4 @@ user = fetch(:user) server host, ssh_options: { port: 22, user: user, forward_agent: true } set :tmp_dir, "/home/#{user}/tmp" -set :branch, 'develop' +set :branch, 'master'