https://github.com/ajsalemo/wafc-cicd-pipelines-examples
A few examples of using CI/CD pipelines on Azure DevOps and GitHub Actions to deploy to Web App for Containers
https://github.com/ajsalemo/wafc-cicd-pipelines-examples
Last synced: 7 months ago
JSON representation
A few examples of using CI/CD pipelines on Azure DevOps and GitHub Actions to deploy to Web App for Containers
- Host: GitHub
- URL: https://github.com/ajsalemo/wafc-cicd-pipelines-examples
- Owner: Ajsalemo
- Created: 2023-01-31T23:56:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T20:47:27.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T10:16:13.214Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wafc-cicd-pipelines-examples
This repository contains examples of using GitHub Actions and Azure DevOps pipelines to build and deploy custom Docker Images to Web Apps for Containers
- `github-actions`:
- This contains a simple node application that can be build and ran as a custom image
- `.github/workflows` contains the relevant workflow files
- `user-password-auth.yml` - This uses Admin Credential (username, password) authentication for Container Registry authentication and a Publish Profile for deployment to App Service
- `service-principal-auth.yml` - This uses Service Principal authentication for Container Registry, without the `docker/login-action@v1` task authentication and for deployment to App Service
- `service-principal-auth-v2.yml` - This uses Service Principal authentication for Container Registry, with the `docker/login-action@v1` task authentication and for deployment to App Service