Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chwan1 committed Dec 14, 2020
1 parent bafea26 commit fb9d985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27274,6 +27274,7 @@ __webpack_require__.r(__webpack_exports__);

function deploy(config, options) {
const deployer = new sftp_sync_deploy_lib_sftpSync__WEBPACK_IMPORTED_MODULE_2__.SftpSync(config, options);
deployer.initQueuifiedSftp();
config.remoteDir && deployer.queuifiedSftp.mkdir(config.remoteDir);

console.log(chalk__WEBPACK_IMPORTED_MODULE_0___default().green(`* Deploying to host ${config.host}`));
Expand Down

0 comments on commit fb9d985

Please sign in to comment.