Created
November 27, 2012 17:32
-
-
Save sobi3ch/4155726 to your computer and use it in GitHub Desktop.
settings for fileconvoyer
This file contains 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: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