remove site_domain key from example
This commit is contained in:
parent
8735f68d31
commit
75183ec703
@ -77,7 +77,6 @@ backend:
|
|||||||
name: github
|
name: github
|
||||||
repo: owner-name/repo-name # Path to your Github repository
|
repo: owner-name/repo-name # Path to your Github repository
|
||||||
branch: master # Branch to update
|
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`.
|
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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user