use deploy user
This commit is contained in:
parent
dabef38959
commit
6b1af73427
2
Rakefile
2
Rakefile
@ -4,7 +4,7 @@ require "stringex"
|
|||||||
|
|
||||||
## -- Rsync Deploy config -- ##
|
## -- Rsync Deploy config -- ##
|
||||||
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
|
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
|
||||||
ssh_user = "joerg@higgsboson.tk"
|
ssh_user = "deploy@higgsboson.tk"
|
||||||
ssh_port = "22"
|
ssh_port = "22"
|
||||||
document_root = "/srv/http/blog/"
|
document_root = "/srv/http/blog/"
|
||||||
rsync_delete = true
|
rsync_delete = true
|
||||||
|
Loading…
Reference in New Issue
Block a user