remove site_domain key from example

This commit is contained in:
Shawn Erquhart 2017-05-04 15:20:25 -04:00
parent 8735f68d31
commit 75183ec703

View File

@ -77,7 +77,6 @@ backend:
name: github
repo: owner-name/repo-name # Path to your Github repository
branch: master # Branch to update
site_domain: site-name.netlify.com # Your Netlify site address if different from host
```
This names GitHub as the authentication provider, points to the repo location on github.com, and declares the branch where you want to merge changes. If you leave out the `branch` declaration, it will default to `master`.