We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8735241 commit 9f6f8f0Copy full SHA for 9f6f8f0
config/deploy.rb
@@ -13,7 +13,7 @@
13
set :domain, 'xdev-server'
14
set :deploy_to, '/home/tamnguyen/apps/rails_5_api'
15
set :repository, 'git@github.com:ntamvl/rails_5_api_tutorial.git'
16
-set :branch, 'master'
+set :branch, 'deploy'
17
18
# Optional settings:
19
# set :user, 'foobar' # Username in the server to SSH to.
0 commit comments