diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-08-25 16:58:02 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-08-25 16:58:02 -0400 |
commit | 9b52d40a54d4213502ab53ec8b0fec7ef863cb28 (patch) | |
tree | 6307c2f2b917bc805590788552d5a612da0d7f8a | |
parent | e20e68139cafc04ee54c57942731bcfbec9be346 (diff) | |
download | my_new_personal_website-9b52d40a54d4213502ab53ec8b0fec7ef863cb28.tar.xz my_new_personal_website-9b52d40a54d4213502ab53ec8b0fec7ef863cb28.zip |
removed octopress.org rsync deploy config from Rakefile. Oops
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ require "stringex" ## -- Rsync Deploy config -- ## # Be sure your public key is listed in your server's ~/.ssh/authorized_keys file -ssh_user = "mathisweb@octopress.org" -document_root = "~/octopress.org/" +ssh_user = "user@domain.com" +document_root = "~/website.com/" deploy_default = "rsync" # This will be configured for you when you run config_deploy |