Vercel deployment, nextjs project through 3rd party git server
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
Hey I don't think that I should open a ticket for that, but how to deploy my next website through Vercel, if I have an internal git server?
Thanks!
Thanks!
3 Replies
@Giant panda Hey I don't think that I should open a ticket for that, but how to deploy my next website through Vercel, if I have an internal git server?
Thanks!
i think the best thing is using the vercel cli to push the code (can send built or use their builder)
Giant pandaOP
Yeah just tried that before, but it's only deploy once. And won't update after every push right ?
Giant panda
Just add a pipeline that runs the CLI on each push.