This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
chore(deps): update resource microsoft.web/sites to 2023-01-01 #153
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- '.github/workflows/ci.yml' | |
- 'deploy/**' | |
name: CI | |
jobs: | |
us: | |
name: US | |
runs-on: ubuntu-latest | |
steps: | |
# Checkout code | |
- uses: actions/checkout@main | |
# Lint Bicep file | |
- name: Bicep Build | |
uses: Azure/bicep-build-action@v1.0.1 | |
with: | |
bicepFilePath: ./deploy/us.bicep | |
europe: | |
name: Europe | |
runs-on: ubuntu-latest | |
steps: | |
# Checkout code | |
- uses: actions/checkout@main | |
# Lint Bicep file | |
- name: Bicep Build | |
uses: Azure/bicep-build-action@v1.0.1 | |
with: | |
bicepFilePath: ./deploy/europe.bicep | |
scale: | |
name: Large Scale | |
runs-on: ubuntu-latest | |
steps: | |
# Checkout code | |
- uses: actions/checkout@main | |
# Lint Bicep file | |
- name: Bicep Build | |
uses: Azure/bicep-build-action@v1.0.1 | |
with: | |
bicepFilePath: ./deploy/large-scale/large-scale-americas.bicep | |
# Lint Bicep file | |
- name: Bicep Build | |
uses: Azure/bicep-build-action@v1.0.1 | |
with: | |
bicepFilePath: ./deploy/large-scale/large-scale-apac.bicep | |
# Lint Bicep file | |
- name: Bicep Build | |
uses: Azure/bicep-build-action@v1.0.1 | |
with: | |
bicepFilePath: ./deploy/large-scale/large-scale-europe.bicep | |