更新配置文件

This commit is contained in:
jukaifeng 2023-01-17 21:40:12 +08:00
parent 5abfec7886
commit 3ab132022f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// const pathHierarchy = '../../../' //脚本到项目的层级 项目/node_modules/deploy-node/index.js
const pathHierarchy = './test/' //测试目录
const pathHierarchy = '../../../' //脚本到项目的层级 项目/node_modules/deploy-node/index.js
// const pathHierarchy = './test/' //测试目录
const inquirer = require('inquirer') //命令行交互
const runUploadTask = require('./ssh/upload')

View File

@ -1,6 +1,6 @@
const chalk = require('chalk') //命令行颜色
const ora = require('ora') // 加载流程动画
const spinner_style = require('../spinner_style') //加载动画样式
const spinner_style = require('../utils/spinner_style') //加载动画样式
const shell = require('shelljs') // 执行shell命令
const node_ssh = require('node-ssh') // ssh连接服务器