From bc466c9b3afa28fca1e75c9ca721ecb806f18707 Mon Sep 17 00:00:00 2001 From: Alexander Mirgorod Date: Mon, 30 Sep 2024 17:57:42 +0300 Subject: [PATCH] test 1 --- dist/index.js | 1 + index.js | 1 + 2 files changed, 2 insertions(+) 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) {