Update frontpage build trigger to master

This commit is contained in:
Michael Shilman 2019-03-05 15:15:21 +08:00
parent 345bc9c8c4
commit caf9630513

View File

@ -6,7 +6,7 @@ const fetch = require('node-fetch');
const { CIRCLE_BRANCH, FRONTPAGE_WEBHOOK } = process.env;
console.log('build-frontpage');
if (CIRCLE_BRANCH === 'release/5.0') {
if (CIRCLE_BRANCH === 'master') {
if (FRONTPAGE_WEBHOOK) {
console.log('triggering frontpage build');
const url = `https://api.netlify.com/build_hooks/${FRONTPAGE_WEBHOOK}`;