add rsync settings
This commit is contained in:
parent
797ecec75f
commit
060c3bf804
6
Rakefile
6
Rakefile
@ -4,10 +4,10 @@ require "stringex"
|
||||
|
||||
## -- Rsync Deploy config -- ##
|
||||
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
|
||||
ssh_user = "user@domain.com"
|
||||
ssh_user = "joerg@higgsboson.tk"
|
||||
ssh_port = "22"
|
||||
document_root = "~/website.com/"
|
||||
rsync_delete = false
|
||||
document_root = "/srv/http/blog/"
|
||||
rsync_delete = true
|
||||
rsync_args = "" # Any extra arguments to pass to rsync
|
||||
deploy_default = "rsync"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user