English deploy file
This commit is contained in:
parent
c041191aea
commit
86fdce2b43
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue