wblog/config/deploy/zh.rb

7 lines
232 B
Ruby
Raw Normal View History

2015-04-08 00:15:02 +08:00
set :domain, 'yafeilee.me'
set :deploy_to, '/home/ruby/wblog'
set :repository, 'git@github.com:windy/wblog.git'
set :branch, 'master'
set :user, 'ruby'
set :unicorn_config, -> { "#{deploy_to}/#{current_path}/config/unicorn/zh.rb" }