acandael
(Anthony Candaele)
August 1, 2024, 7:27am
1
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
pawlean
(Pauline P. Narvas)
August 1, 2024, 9:16am
2
Hi, and welcome to the Community, @acandael !
Great to hear you upgraded
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!
acandael
(Anthony Candaele)
August 1, 2024, 9:46pm
3
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
pawlean
(Pauline P. Narvas)
August 2, 2024, 9:38am
4
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?
acandael
(Anthony Candaele)
August 5, 2024, 7:52am
5
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
1 Like
pawlean
(Pauline P. Narvas)
August 5, 2024, 9:26am
6
Thank you for coming back with your solution!
Feel free to drop into Introductions by the way, would love to hear what you’re building
system
(system)
Closed
August 6, 2024, 9:27am
7
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.