Skip to content

Commit 9f6f8f0

Browse files
committed
update deploy config
1 parent 8735241 commit 9f6f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
set :domain, 'xdev-server'
1414
set :deploy_to, '/home/tamnguyen/apps/rails_5_api'
1515
set :repository, 'git@github.com:ntamvl/rails_5_api_tutorial.git'
16-
set :branch, 'master'
16+
set :branch, 'deploy'
1717

1818
# Optional settings:
1919
# set :user, 'foobar' # Username in the server to SSH to.

0 commit comments

Comments
 (0)