Update README to reflect new build process

This commit is contained in:
Aaron Carlino 2019-11-20 16:35:47 +13:00
parent 856d707efa
commit 427171d01b
2 changed files with 4 additions and 8 deletions

View File

@ -70,16 +70,12 @@ your content changes, since the remote repositories are the source of truth.
## Deploying content changes
Once your contribution has been merged into the master branch, you can run a build hook to trigger
a new build in Netlify.
```
curl -X POST -d {} https://api.netlify.com/build_hooks/5dd225fffdc558cbf6a23490
```
Once your contribution has been merged into the master branch, it will be deployed to production via a
Github action in the `silverstripe-framework` repository.
## Deploying app changes
Once your change is merged in to the `master` branch of this repository, it will be deployed live within minutes.
Once your change is merged in to the `master` branch of this repository, it will be deployed to production.
## Contribution

View File

@ -16,7 +16,7 @@ module.exports = {
resolve: `gatsby-source-git`,
options: {
name: `4`,
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
remote: `/Users/acarlino/Sites/gatsby-docs-4`,
branch: `4`,
patterns: `docs/en/**`
}