Commit 34dddb94 34dddb9489306ba76fa9447221c6f171655cb45f by tailor

部署dev分支

1 parent 0c911cfd
...@@ -4,7 +4,7 @@ lock '3.4.0' ...@@ -4,7 +4,7 @@ lock '3.4.0'
4 4
5 set :application, 'nuozheng' 5 set :application, 'nuozheng'
6 set :repo_url, 'git@git.ebookchain.net:sdtailor/nuozheng.git' 6 set :repo_url, 'git@git.ebookchain.net:sdtailor/nuozheng.git'
7 set :branch, "master" 7 set :branch, "dev"
8 set :deploy_to, '/home/web/nuozheng' 8 set :deploy_to, '/home/web/nuozheng'
9 set :scm, :git 9 set :scm, :git
10 set :pty, false 10 set :pty, false
......