Created
January 31, 2014 18:53
-
-
Save chadclark/8740551 to your computer and use it in GitHub Desktop.
dandelion.yml
This file contains hidden or 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
# 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