Created
May 30, 2013 02:55
-
-
Save grayghostvisuals/5675474 to your computer and use it in GitHub Desktop.
My boilerplate dandelion config using Media Temple Grid Servers for the host
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
# Required | |
# -------- | |
scheme: sftp | |
host: XXXXXX.gridserver.com | |
username: XXXXXX | |
password: XXXXXX | |
# Optional | |
# -------- | |
# Remote path | |
# When using Dandelion w/Media Temple make sure to have this path structure | |
# noted below to avoid stuff going into a symlinked .home directory. | |
# Also the forward slash before “home” is very important to have. | |
# | |
path: /home/XXXXXX/domains/grayghostvisuals.com/html/ | |
port: 22 | |
# These files (from Git) will not be uploaded during a deploy | |
exclude: | |
- .gitignore | |
- dandelion.yml | |
- .sass-cache | |
- README.md | |
- codekit-config.json | |
- config.rb | |
- .gitattributes | |
# These files (from your working directory) will be uploaded on every deploy | |
#additional: | |
# - dir/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment