pm2-githook icon indicating copy to clipboard operation
pm2-githook copied to clipboard

Doesn't pull when ssh credentials are missing, but still logs "Successfuly pulled application api" to the console.

Open noway opened this issue 6 years ago • 1 comments

logs "Successfuly pulled application api" but doesn't pull. Not sure what can be wrong with it. node v12.10.0

noway avatar Sep 27 '19 04:09 noway

I think this was because pm2 daemon was running from root user and not ubuntu user, therefore it couldn't access ubuntu ssh credentials to do git pull.

Logging "Successfuly pulled application api" is incorrect and is extremely confusing in this case. I think this should be fixed.

noway avatar Sep 27 '19 05:09 noway