Skip to content

Instantly share code, notes, and snippets.

@grayghostvisuals
Created May 30, 2013 02:55
Show Gist options
  • Save grayghostvisuals/5675474 to your computer and use it in GitHub Desktop.
Save grayghostvisuals/5675474 to your computer and use it in GitHub Desktop.
My boilerplate dandelion config using Media Temple Grid Servers for the host
# 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