vercel deployment
Unanswered
Sweat bee posted this in #help-forum
Sweat beeOP
hey, anyone knows how to deploy my next app alongside with a storybook instance via gitlab ci? I managed to set up gitlab ci to deploy the next app. I was checking out how to deploy the storybook and the docs say I would have to write a vercel.json conf file. Iam not sure where to put it though, just guessing in the root folder of my next project. But how does wit work with my ci? Will it still build my app or ignore it and just build the storybook instance? Anyone knows a howto maybe?