Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 部署工具——部署远程或本地项目到服务器
- Host: GitHub
- URL: https://github.com/weihomechen/deploy-tool
- Owner: weihomechen
- Created: 2018-08-03T03:52:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:33:33.000Z (about 2 years ago)
- Last Synced: 2024-11-30T13:41:08.224Z (2 months ago)
- Topics: bash, command-line-tool, deploy, node, sh, ssh
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README-en.md
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```