diff --git a/deploy.js b/deploy.js index 78b45b7..98558da 100644 --- a/deploy.js +++ b/deploy.js @@ -305,7 +305,7 @@ function deployToGit(connection){ console.info(`😊😊😊 ${connection.url} 😊😊😊`) } }).catch((err)=>{ - console.error(`🤷‍♀️🤷‍♀️🤷‍♀️ Failed deploy [${wo.envi.deploy.fromPath}] to [${connection.targetPath}/${connection.targetDir}] 🤷‍♀️🤷‍♀️🤷‍♀️`) + console.error(`🤷‍♀️🤷‍♀️🤷‍♀️ Failed deploy [${wo.envi.deploy.fromPath}] to [${connection.repo}#${connection.branch}] 🤷‍♀️🤷‍♀️🤷‍♀️`) process.exit(1) }) }