修改接口地址
This commit is contained in:
@@ -5,7 +5,7 @@ const spinner = ora(chalk.green('正在发布到服务器...'));
|
||||
spinner.start();
|
||||
|
||||
client.scp('./dist/', { // 本地打包文件的位置
|
||||
"host": '172.16.3.19', // IP地址
|
||||
"host": '172.16.3.18', // IP地址
|
||||
"port": '22', // 服务器端口
|
||||
"username": 'root', // 用户名
|
||||
"password": 'Huawei@123', // 密码
|
||||
|
||||
Reference in New Issue
Block a user