mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Update README to reflect new build process
This commit is contained in:
parent
856d707efa
commit
427171d01b
10
README.md
10
README.md
@ -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
|
||||
|
||||
|
@ -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/**`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user