Vercel organization repo
Answered
KenTay posted this in #help-forum
KenTayOP
Hello all, I have a Vercel team on hobby plan that I use to deploy Github repos from an organization. In the past, I feel like the hobby plan allowed a certain amount of apps in a team to come from an organization (Proof is that I still have 3 projects running that are coming from an organization on my Hobby plan team). I even added an app 3 months ago on the same team. But now that I have another app to deploy, it tells me to be on Pro plan. Does it mean 3 is the limit ? Or a change has been done so you absolutely can't anymore ? I'd appreciate any help cause I can't find an answer to this.
Answered by riský
also, if you do still want to use vercel, you can make a github action script to either push to vercel (and still use their builder) or make prebuild and push
8 Replies
American Crow
https://vercel.com/docs/limits/overview#general-limits
Vercel Projects Connected per Git Repository : 3 on Hobbyalso, if you do still want to use vercel, you can make a github action script to either push to vercel (and still use their builder) or make prebuild and push
Answer
@riský also, if you do still want to use vercel, you can make a github action script to either push to vercel (and still use their builder) or make prebuild and push
KenTayOP
That's what I'm trying to do but won't I be blocked during the process because of the same limitations ?
@American Crow https://vercel.com/docs/limits/overview#general-limits
`Vercel Projects Connected per Git Repository : 3` on Hobby
KenTayOP
Is it really the same issue ? Feels like if I understand it well, you can only have 3 deployments on vercel for the same Git repository. But my issue is having more than 3 different repositories coming from an organization on vercel
yay that sounds good that it works!
KenTayOP
@riský Sorry to bother you but the production seems to miss env variables. As it's prebuilt, I think it doesn't take the .env I set manually in the projet configuration. Since .env are not sent to github, how would you do pls ?
Nvm I noticed it supposed to be pulling from vercel