pm2-auto-pull icon indicating copy to clipboard operation
pm2-auto-pull copied to clipboard

This app will automatically pull all applications managed by PM2 to the latest version (compatible git)

Results 14 pm2-auto-pull issues
Sort by recently updated
recently updated
newest added

Hi, i'm using pm2 **3.2.4** then installed this module. but it's not pulling anything though on my other devices this module is working just fine. i'm a missing something here?

For example, my module is not written directly in JavaScript and it has to compile first. Although it pulls the changes, it can't actually use them until I build it.

"This app will automatically pull all applications managed by PM2 " Would be nice if instead: "This app will automatically pull applications enabled managed by PM2 (for which the feature...

Does pm2-auto-pull require root? For some reason it will not run in one of our docker images that supports chromium and puppeteer - the only difference being it's running as...

Our logs are full of: ```0|pm2-auto | 2018-02-01 18:51:48 +00:00: { type: 'axm:monitor', 0|pm2-auto | data: 0|pm2-auto | { 'Loop delay': { value: '4.22ms', agg_type: 'avg', alert: {} }, 0|pm2-auto...

I've been working through the various documentations for PM2 and this trying to get a better picture of exactly how you're supposed to use this. What I want to have...

From testing, pm2 auto pull just doesn't work. At all. But I also tested manual pull, via keymetrics, and that also didn't work, indicating that it is already up to...

Hi, I have a serious problem actually. When I push some new code to my repo pm2-auto-pull works but once the new code is pull it deletes all my processes....

It might be nice to mention in the readme, not to install this on a development machine. when local commit -> overwrites all local modifications with remote pull... I had...