Skip to content

Commit

Permalink
added example dev_rsync.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbouffard committed Feb 12, 2012
1 parent 0b6c21f commit f6d6d57
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions example-dev_rsync.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"host": "my-dev",
"target_dir": "/var/www/site-dev",
"exclude":
[
".git",
".svn",
".DS_Store"
],
"option":
[
"verbose",
"delete",
"archive"
]
}

0 comments on commit f6d6d57

Please sign in to comment.