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