Skip to content

Instantly share code, notes, and snippets.

@wimleers
Created January 20, 2012 13:41
Show Gist options
  • Save wimleers/1647418 to your computer and use it in GitHub Desktop.
Save wimleers/1647418 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<config>
<!-- Sources -->
<sources ignoredDirs="CVS:.svn">
<source name="desktop" scanPath="/Users/wimleers/Desktop/watch" />
</sources>
<!-- Servers -->
<servers>
<server name="origin pull cdn" transporter="symlink_or_copy">
<location>/htdocs/fileconveyor-1.0</location>
<url>http://localhost/fileconveyor-1.0/</url>
</server>
</servers>
<!-- Rules -->
<rules>
<rule for="desktop" label="Screenshots">
<destinations>
<destination server="origin pull cdn" path="screenshots" />
</destinations>
</rule>
</rules>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment