https://github.com/keymetrics/pm2-auto-pull
This app will automatically pull all applications managed by PM2 to the latest version (compatible git)
https://github.com/keymetrics/pm2-auto-pull
Last synced: 16 days ago
JSON representation
This app will automatically pull all applications managed by PM2 to the latest version (compatible git)
- Host: GitHub
- URL: https://github.com/keymetrics/pm2-auto-pull
- Owner: keymetrics
- Created: 2015-03-19T09:05:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T12:54:13.000Z (over 6 years ago)
- Last Synced: 2025-03-24T18:47:00.118Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 136
- Watchers: 10
- Forks: 26
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Deprecated with PM2 <= 3.2**
# pm2-auto-pull
Synchronize all applications managed by PM2 + GIT automatically.
```
# Install$ pm2 install pm2-auto-pull
## Uninstall
$ pm2 uninstall pm2-auto-pull
## Configure auto pull interval
$ pm2 set pm2-auto-pull:interval 60000
```# License
MIT