Skip to content

Build and Deploy to all tenants #4

Build and Deploy to all tenants

Build and Deploy to all tenants #4

# 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: inherit