我正在考虑将Vercel用于我的前端架构,但目前我的代码库托管在Azure Repos中。是否有方法将Azure Repos与Vercel集成?
1bqhqjot1#
这是我在Vercel上部署Azure Repos的最接近可行的解决方案,但它涉及使用Azure CI/CD管道。https://vercel.com/guides/using-vercel-cli-for-custom-workflows有一个明显的缺点,使用这种方法,您将无法通过单击按钮在部署之间切换。
vtwuwzda2#
*来自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提供。
2条答案
按热度按时间1bqhqjot1#
这是我在Vercel上部署Azure Repos的最接近可行的解决方案,但它涉及使用Azure CI/CD管道。
https://vercel.com/guides/using-vercel-cli-for-custom-workflows
有一个明显的缺点,使用这种方法,您将无法通过单击按钮在部署之间切换。
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提供。