You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I deploy new changes, pm2/git doesn't get the recent changes I need to login to the server and pull the changes manually issuing git pull origin mybranch
On bitbucket I can see the my last commit
To fix this problem I had to remvoe the folder and run pm2 deploy .... setup again, but when I do some changes and need to deploy them, it stucks in same commit which was at the time pm2 cloned the git repo
Is it pm2 or git issue?
if it is issue with git, why when I login to server and go to the directory where my project located and type git pull ... it gets the recents updates but when I type pm2 deploy env on my local machine, pm2/git doesn't pull the new commits
The text was updated successfully, but these errors were encountered:
I fixed this issue by updating git to latest version on the remote server. I don't know why this happened before this never happened before even using the same version of git. but updating git fixed the issue .... I'm using CentOS and had to install IUS Packages to get git 2.10.x. CentOS only come with old release and latest was version 1.8.x
PM2 @ 2.0.18
when I deploy new changes, pm2/git doesn't get the recent changes I need to login to the server and pull the changes manually issuing
git pull origin mybranch
On bitbucket I can see the my last commit
To fix this problem I had to remvoe the folder and run
pm2 deploy .... setup
again, but when I do some changes and need to deploy them, it stucks in same commit which was at the time pm2 cloned the git repoIs it pm2 or git issue?
if it is issue with git, why when I login to server and go to the directory where my project located and type
git pull ...
it gets the recents updates but when I typepm2 deploy env
on my local machine, pm2/git doesn't pull the new commitsThe text was updated successfully, but these errors were encountered: