From 4747e22f227985a1a04f21da55783469e42f037b Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Tue, 14 Sep 2021 09:20:45 -0700 Subject: [PATCH] docs/devel: Update release curl command to trigger site deploy (#3789) This URL is tied to the branch name which we changed to main a few months ago. Needed to update the URL. Signed-off-by: Torin Sandall --- docs/devel/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/RELEASE.md b/docs/devel/RELEASE.md index ad893ab46b..a2b031d68e 100644 --- a/docs/devel/RELEASE.md +++ b/docs/devel/RELEASE.md @@ -115,7 +115,7 @@ standard GitHub fork workflow. See [OPA Dev Instructions](DEVELOPMENT.md) - Login to Netlify (requires permission for the project) and manually trigger a build. - Post to the build webhook via: ```bash - curl -X POST -d {} https://api.netlify.com/build_hooks/5cc3aa86495f22c7a368f1d2 + curl -X POST -d {} https://api.netlify.com/build_hooks/612e8941ffe30d2902bcce80 ``` # Bugfix Release Process