Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weihomechen/deploy-tool

Deploy web application tool 部署工具——部署远程或本地项目到服务器
https://github.com/weihomechen/deploy-tool

bash command-line-tool deploy node sh ssh

Last synced: 8 days ago
JSON representation

Deploy web application tool 部署工具——部署远程或本地项目到服务器

Awesome Lists containing this project

README

        

## Description

Deploy web application tool, supports deploying web application to servers

## Features

- ✔︎ Local or remote projcet supported
- ✔︎ Front or Node application supported, Node application will run after deploy
- ✔︎ Upload assets to OSS supported
- ✔︎ Extends default global or project config supported

## Install

```sh
npm i @ifun/deploy -g
```

## Use

```sh
# deploy app
deploy app

# e.g
deploy app dev

# get config web
deploy config get web

# set config web with value 88.88.88.88
deploy config set web 88.88.88.88

# upload assets to OSS only
deploy oss [options]

# for help
deploy -h

# for more detail
deploy -h

# e.g
deploy app -h

```