Skip to content

Instantly share code, notes, and snippets.

@chadclark
Created January 31, 2014 18:53
Show Gist options
  • Save chadclark/8740551 to your computer and use it in GitHub Desktop.
Save chadclark/8740551 to your computer and use it in GitHub Desktop.
dandelion.yml
# Required
# --------
scheme: sftp
host:
username:
password:
# Optional
# --------
# Remote path
path:
# Local Path (this can be left blank)
local_path:
# Remote file name in which the current revision is stored
revision_file: .revision
# These files (from Git) will not be uploaded during a deploy
exclude:
- .gitignore
- dandelion.yml
- readme.md
preserve_permissions: false
# These files (from your working directory) will be uploaded on every deploy
additional:
# - public/css/print.css
# - public/css/screen.css
# - public/js/main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment