Examples of using CI/CD with Container Apps
ado prefixed folders contains a .yaml example for Azure DevOps, each folder is for a certain deployment aspect, eg.:
ado-from-source: UsesAzureContainerApps@1to deploy with Oryx++ builderado-prebuilt-image: UsesAzureContainerApps@1to deploy a prebuild image that resides in ACRado-with-az-cli: Builds a Docker image on the pipeline and uses ADO AZ CLI task to deploy the image to the Container Appado-with-dockerfile: UsesAzureContainerApps@1to build the specifiedDockerfileand deploy the image to the Container App
gh-actions prefixed folders contains a .yaml example for GitHub Actions, each folder is for a certain deployment aspect, eg.:
gh-actions-from-source: Usescontainer-apps-deploy-action@v1to deploy with Oryx++ buildergh-actions-prebuilt-image: Usescontainer-apps-deploy-action@v1to deploy a prebuild image that resides in ACRgh-actions-with-az-cli: Builds a Docker image on the pipeline and uses the AZ CLI action to deploy the image to the Container Appgh-actions-with-dockerfile: Usescontainer-apps-deploy-action@v1to build the specifiedDockerfileand deploy the image to the Container App