Created
February 13, 2011 15:55
-
-
Save michalsvec/824793 to your computer and use it in GitHub Desktop.
configration file for fit-deploy
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
'settings': | |
ignore_if_same_revision: false | |
'hostmonster': | |
skip: false | |
scheme: ftp | |
user: asfasf | |
password: afasfs | |
host: ftp.8bit.cz | |
port: 21 | |
retries: 3 | |
path = { | |
default: /public_ftp/test/trunk/ | |
beta: /public_ftp/test/beta/ | |
} | |
'hostmonster2': | |
skip: false | |
scheme: ftp | |
user: asafsafa | |
password: aasfasf | |
host: ftp.8bit.cz | |
port: 21 | |
retries: 3 | |
path = /public_ftp/test2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment