From 427171d01ba682f4db02d0f2e002cfa46c0f1abc Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Wed, 20 Nov 2019 16:35:47 +1300 Subject: [PATCH] Update README to reflect new build process --- README.md | 10 +++------- gatsby-config.js | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aae69d4..013df55 100644 --- a/README.md +++ b/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 diff --git a/gatsby-config.js b/gatsby-config.js index 29b3256..3528239 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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/**` }