1.0.11 • Published 4 years ago

node-deploy-web v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago