1.0.11 • Published 3 years ago

node-deploy-web v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

web 自动部署【测试阶段】

About

web 自动部署

安装

# 全局安装
npm install node-deploy-web

API

$ xxx
参数描述
${name}项目名称

使用

  • deploy.config.js 示例
module.exports = {
  account: {
    port: '22',
    host: '167.179.xxx.xxx',
    username: 'xxxx',
    ......
  },
  dist: 'dist/',
  fileName: 'build.zip',
  remoteDistName: 'testdemo',
  remoteRoot: '/usr/share/nginx/html',
}

本地调试

# 根据package.json配置 创建bin全局执行环境
1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago