Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
use deploy_method instead of method
Browse files Browse the repository at this point in the history
  • Loading branch information
nna774 committed Dec 21, 2015
1 parent 222d1ee commit 404ac22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
page "/sitemap.xml", layout: false

activate :deploy do |deploy|
deploy.build_before = true
deploy.method = :rsync
deploy.host = 'pi.nna774.net'
deploy.path = '/srv/http'
deploy.port = "22"
deploy.flags = '-av --exclude=".git/"'
deploy.build_before = true
deploy.deploy_method = :rsync
deploy.host = 'pi.nna774.net'
deploy.path = '/srv/http'
deploy.port = "22"
deploy.flags = '-av --exclude=".git/"'
end

0 comments on commit 404ac22

Please sign in to comment.