0
JmBdo created
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 Answer(s)
-
0
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.