Skip to content

Instantly share code, notes, and snippets.

@michalsvec
Created February 13, 2011 15:55
Show Gist options
  • Save michalsvec/824793 to your computer and use it in GitHub Desktop.
Save michalsvec/824793 to your computer and use it in GitHub Desktop.
configration file for fit-deploy
'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