English deploy file

This commit is contained in:
yafeilee 2016-04-24 23:51:39 +08:00
parent c041191aea
commit 86fdce2b43
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
set :domain, 'yafeilee.me' set :domain, 'yafeilee.me'
set :deploy_to, '/home/ruby/wblog_en' set :deploy_to, '/home/ruby/wblog_en'
set :repository, 'git@github.com:windy/wblog.git' set :repository, 'git@github.com:windy/wblog.git'
set :branch, 'master' set :branch, 'new_design'
set :user, 'ruby' set :user, 'ruby'
set :unicorn_config, -> { "#{deploy_to}/#{current_path}/config/unicorn/en.rb" }