打开 关闭

Is there any official document showing how to set up yaml based CI/CD pipelines in Azure DevOps? #677


User avatar
0
JmBdo 创建

We are trying to automate the CI/CD process. Is there any official document to show the steps, which can illustrate the following areas?

  • Deploy Angular app to a static website hosted in Azure storage account
  • In PaaS model (Azure App Services)
    • App Service deployment of the gateway service
    • App Service deployment of the identity service if it is separated
    • Database schema update automation
  • In Kubernetes model (AKS per say)
    • Containerized modules as microsvices
    • Containerized gateway service
    • Containerized identity service
    • DbMigrator job

We prefer to see the document to show using yaml based pipelines instead of classic pipelines.

Much appreciated.


1 答案
  • User Avatar
    0
    alper 创建
    支持团队 Director

    hi @JmBdo, there's currently no doc for CI/CD pipelines. But you can follow this official Microsoft document. It can be applied to ABP projects. If you block in any step, feel free to ask.

Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11