Compare commits

..

1 Commits

Author SHA1 Message Date
jolheiser 1ffe78734f
Add netlify process
continuous-integration/woodpecker the build failed Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-12-09 22:14:41 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const giteaToken = process.env.BOT_TOKEN
// The second, hard coded part of this url is something you need to set in Netlify's site settings.
const fullPreviewUrl = `https://${alias}--canopymc.netlify.app`
const prIssueCommentsUrl = `https://git.jojodev.com/api/v1/repos/Canopy/website/issues/${prNumber}/comments`;
const prIssueCommentsUrl = `https://git.jojodev.com/api/v1/repos/Canopy/website/issues/${prNumber}/comments`
(async function () {