add rsync settings

This commit is contained in:
Jörg Thalheim 2012-06-03 17:23:13 +02:00 committed by Jörg Thalheim
parent 797ecec75f
commit 060c3bf804

View File

@ -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"