Merge pull request #406 from netlify/remove-site-domain-doc

remove site_domain key from example
This commit is contained in:
Shawn Erquhart 2017-05-04 15:38:05 -04:00 committed by GitHub
commit c086dca143

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`.