New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wkdeploy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wkdeploy

发布工具

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

使用说明

安装

npm install -D deployutils

项目根目录下新建配置文件 deploy.test.json


{
  "distPath": "dist",
  "remotePath": "/test/pc/tender/",
  "proxyApi": "/test-api",

  "OSS": {
    "region": "",
    "accessKeyId": "",
    "accessKeySecret": "",
    "bucket": "",
    "domain": ""
  },
  "nginx": {
    "host": "",
    "user": ""
  }
}

配置package.json


{
  "scripts": {
    "deploy:test": "deployutils test"
  }
}

执行命令

npm run deploy:test

ssh-copy-id -i key_file user@host

FAQs

Package last updated on 25 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts