Skip to content

Commit 44464cc

Browse files
authored
Update README.md
1 parent 3f93fe2 commit 44464cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Deploy system for PM2
22

3-
Documentation: <https://pm2.io/doc/en/runtime/guide/easy-deploy-with-ssh/>
3+
This is the module that allows to do `pm2 deploy`.
4+
Documentation: http://pm2.keymetrics.io/docs/usage/deployment/
45

56
[![build status](https://badgen.net/travis/Unitech/pm2/master)](https://travis-ci.org/Unitech/pm2-deploy) [![npm package version](https://badgen.net/npm/v/pm2-deploy)](https://npm.im/pm2-deploy) [![install size](https://badgen.net/packagephobia/install/pm2-deploy)](https://packagephobia.now.sh/result?p=pm2-deploy) [![github license](https://badgen.net/github/license/Unitech/pm2-deploy)](https://github.com/Unitech/pm2-deploy/blob/master/LICENSE) [![js semistandard style](https://badgen.net/badge/code%20style/semistandard/pink)](https://github.com/Flet/semistandard)
67

78
## Instalation
89

910
$ npm install pm2-deploy
1011

11-
## Usage
12+
## Programmatic Usage
1213

1314
```js
1415
var deployForEnv = require('pm2-deploy').deployForEnv;

0 commit comments

Comments
 (0)