0.3.7 • Published 6 years ago

jiulin-deploy v0.3.7

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

deploy

前端代码部署到服务器,remote.config.js配置sshremoteDircommands

在项目中安装

npm install lemon-deploy --save
# 或
yarn add lemon-deploy

在package.json配置scripts

{
  "scripts": {
    "deploy": "lemon-deploy"
  }
}

执行

npm run deploy

remote.config.js配置

  • ssh 服务器
    • host 服务器地址
    • port 服务器端口号,默认是22
    • username 服务器账号
    • password 服务器密码
  • remoteDir 上传文件位置
  • commands 远程命令
0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago