File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1415var deployForEnv = require (' pm2-deploy' ).deployForEnv ;
You can’t perform that action at this time.
0 commit comments