DEV Community

Discussion on: I've made a GitHub action to get deployment URL on pull requests

Collapse
 
drptbl profile image
Jakub Mucha • Edited

Hey Dor,
It's a great example. However I think that Vercel deployment should be integrated in to the CI with Vercel CLI instead of being separate entity (GitHub app). Makes life a lot easier, in all aspects. Also gives you more ability to control deployments, for example if you don't want to deploy an app if vulnernability was found in node dependencies.
Cheers,
Jakub.

Collapse
 
dorshinar profile image
Dor Shinar

I'm sure that's a great option too. I chose to stick with a GitHub App for the simplicity.