removed octopress.org rsync deploy config from Rakefile. Oops
This commit is contained in:
parent
e20e68139c
commit
9b52d40a54
4
Rakefile
4
Rakefile
@ -4,8 +4,8 @@ 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 = "mathisweb@octopress.org"
|
ssh_user = "user@domain.com"
|
||||||
document_root = "~/octopress.org/"
|
document_root = "~/website.com/"
|
||||||
deploy_default = "rsync"
|
deploy_default = "rsync"
|
||||||
|
|
||||||
# This will be configured for you when you run config_deploy
|
# This will be configured for you when you run config_deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user