2015-04-08 00:15:02 +08:00
|
|
|
set :domain, 'yafeilee.me'
|
2018-01-21 02:41:55 +08:00
|
|
|
set :deploy_to, '/data/www/wblog'
|
2015-04-08 00:15:02 +08:00
|
|
|
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'
|
2018-01-21 03:07:07 +08:00
|
|
|
set :puma_config, ->{ "#{fetch(:current_path)}/config/puma.rb" }
|