wblog/config/deploy/zh.rb

6 lines
152 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'
2016-04-25 00:14:48 +08:00
set :branch, 'master'
2015-04-08 00:15:02 +08:00
set :user, 'ruby'