diff --git a/dist/index.js b/dist/index.js index fd2bcf1..a716d59 100644 --- a/dist/index.js +++ b/dist/index.js @@ -394,6 +394,7 @@ try { console.log('Configuring deployment key(s)'); child_process.execFileSync(sshAddCmd, ['-L']).toString().trim().split(/\r?\n/).forEach(function(key) { + console.log('Domain regular expression is:', regexDomain); const parts = key.match(regexDomain); if (!parts) { diff --git a/index.js b/index.js index b4873ed..915c3e6 100644 --- a/index.js +++ b/index.js @@ -58,6 +58,7 @@ try { console.log('Configuring deployment key(s)'); child_process.execFileSync(sshAddCmd, ['-L']).toString().trim().split(/\r?\n/).forEach(function(key) { + console.log('Domain regular expression is:', regexDomain); const parts = key.match(regexDomain); if (!parts) {