如何将Vercel与Azure Repos集成?

xv8emn3q  于 2023-10-22  发布在  其他
关注(0)|答案(2)|浏览(82)

我正在考虑将Vercel用于我的前端架构,但目前我的代码库托管在Azure Repos中。
是否有方法将Azure Repos与Vercel集成?

1bqhqjot

1bqhqjot1#

这是我在Vercel上部署Azure Repos的最接近可行的解决方案,但它涉及使用Azure CI/CD管道。
https://vercel.com/guides/using-vercel-cli-for-custom-workflows
有一个明显的缺点,使用这种方法,您将无法通过单击按钮在部署之间切换。

vtwuwzda

vtwuwzda2#

通过以下方式,可以将vercel与Azure Devops集成

*来自Vercel文档,有使用Vercel部署Azure DevOps Pipelines的详细指南。https://vercel.com/docs/deployments/git/vercel-for-azure-pipelines
*Vercel Deployment Extension现已通过 Visual Studio Marketplace.https://marketplace.visualstudio.com/items?itemName=Vercel.vercel-deployment-extension提供。

相关问题