From f0a24b102a6479bba7306ae118956b29cefb6f56 Mon Sep 17 00:00:00 2001 From: chee Date: Mon, 31 Dec 2018 03:20:22 +0000 Subject: [PATCH] add a hooray log message when the deploy is going to happen --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index dd0d70f..1ca2c9a 100755 --- a/index.js +++ b/index.js @@ -39,6 +39,8 @@ void async function postーreceive () { return console.log(`not going to make ${brank} live. only ${argv.brank} is made live.`) } + console.log(`received new snoot content on ${brank} ! going to deploy, install, build at ${argv.deploymentDirectory}`) + // cool, we have new code in the live branch !! if (!await fs.pathExists(argv.deploymentDirectory)) { console.warn(`warn: deploy directory "${argv.deploymentDirectory}" didn't exist. making it`)