Browse code

Change deploy path

Cinan Rakosnik authored on 21/03/2014 at 23:34:08
Showing 1 changed files
... ...
@@ -6,7 +6,7 @@ require "stringex"
6 6
 # Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
7 7
 ssh_user       = "deployer@cinan.remote"
8 8
 ssh_port       = "22"
9
-document_root  = "/srv/http/blog.cinan.sk/"
9
+document_root  = "/var/www/blog.cinan.sk/"
10 10
 rsync_delete   = true
11 11
 rsync_args     = ""  # Any extra arguments to pass to rsync
12 12
 deploy_default = "rsync"