Created
January 20, 2012 13:41
-
-
Save wimleers/1647418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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