diff --git a/infrastructure/functions/onGithubWebhook/create-site-build.js b/infrastructure/functions/onGithubWebhook/create-site-build.js index a5e28752ce213..3e001c6b46553 100644 --- a/infrastructure/functions/onGithubWebhook/create-site-build.js +++ b/infrastructure/functions/onGithubWebhook/create-site-build.js @@ -25,7 +25,7 @@ module.exports = ({ pathToSite, commit }) => { }, } - console.log(config) + console.log(`site build job config`, config) return api .post(`/containers/create`, config) .then(c => {