[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Automatic deployment is broken after upgrading to Pro plan 116 views · 1 like · 6 posts Anthony Candaele (@acandael) · 2024-08-01 Hi, I upgraded my Verce Hobby plan to the Pro plan. However, no when I push my changes to my github repository, a deployment of my website is not triggered any longer on Vercel. Did anyone experience the same problem? How can this be fixed? greetings, Anthony Pauline P. Narvas (@pawlean) · 2024-08-01 Hi, and welcome to the Community, @acandael! Great to hear you upgraded :raised_hands: > However, no when I push my changes to my github repository, a deployment of my website is not triggered any longer on Vercel. I've not seen this before! A few questions: * Does this happen for all your projects, or just a specific one? * Did you make any changes to your Git permissions, perhaps? Cross-posting some relevant documentation in case it helps! https://vercel.com/docs/deployments/overview Anthony Candaele (@acandael) · 2024-08-01 Hi pawlean, I only tested it for one project. There are 2 projects that are enabled with deployment protection and 3 projects that are unprotected. I tried to turn of the deployment protection, but that didn't fix the deployment issue. I did not make any changes to my Git permissions. Greetings, Anthony Pauline P. Narvas (@pawlean) · 2024-08-02 Thanks for your reply, @acandael! Could you try and re-deploy from the last successful deployment? Did you change anything between the latest and last successful deployment? Another thing to try is maybe add your project again from a fresh slate? Anthony Candaele (@acandael) · 2024-08-05 · ♥ 1 Hi Pawleen, after lot's of trial and error I fixed automatic deployments by registering my commit author information localy with these commands: git config --global user.name "John Doe" git config --global user.email johndoe@example.com greetings, Anthony Pauline P. Narvas (@pawlean) · 2024-08-05 Thank you for coming back with your solution! Feel free to drop into https://community.vercel.com/t/introductions/157 by the way, would love to hear what you're building :smile: