Skip to content

Build and Deploy to all tenants #8

Build and Deploy to all tenants

Build and Deploy to all tenants #8

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
name: Build and Deploy to all tenants
on:
push:
branches:
- main
paths:
- 'src/**'
workflow_dispatch:
jobs:
ReuseableMatrixJobForDeployment:
strategy:
fail-fast: true
matrix:
target: [Production, Microsoft]
uses: ./.github/workflows/build_deploy.yml
with:
target-env: ${ { matrix.target } }
secrets:
REGISTRY_LOGIN_SERVER: ${{ secrets.REGISTRY_LOGIN_SERVER }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
CREDS: ${{ secrets.CREDS }}
WEBAPP_NAME: ${{ secrets.WEBAPP_NAME }}