Skip to content

Instantly share code, notes, and snippets.

@sobi3ch
Created November 27, 2012 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobi3ch/4155726 to your computer and use it in GitHub Desktop.
Save sobi3ch/4155726 to your computer and use it in GitHub Desktop.
settings for fileconvoyer
<?xml version="1.0" encoding="UTF-8"?>
<config>
<!-- Sources -->
<sources ignoredDirs="CVS:.svn:tmp:.git:.hg:.bzr">
<source name="drupal" scanPath="/var/www/versions/phoenix109-piotrek" documentRoot="/var/www/versions/phoenix109-piotrek" basePath="/" />
</sources>
<!-- Servers -->
<servers>
<server name="rackspace" transporter="cumulus">
<username>USER</username>
<api_key>API_KEY</api_key>
<container>NAME_OF_CONTAINER</container>
</server>
</servers>
<!-- Rules -->
<rules>
<rule for="drupal" label="JS, CSS, Images" fileDeletionDelayAfterSync="60000000000000000">
<filter>
<!-- sites/all after all testing -->
<paths>sites/default/files:misc</paths>
<extensions>js:ico:gif:png:jpg:jpeg:svg:swf:css</extensions>
</filter>
<processorChain>
</processorChain>
<destinations>
<destination server="rackspace" path="static" />
</destinations>
</rule>
</rules>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment