update build #2
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
name: Trigger auto deployment for fieldmaps-geoapi | |
on: | |
push: | |
branches: [main] | |
paths: | |
- "**" | |
- ".github/workflows/fieldmaps-geoapi-AutoDeployTrigger-9b06089a-1e04-4c49-b608-79bc136346c5.yml" | |
workflow_dispatch: | |
jobs: | |
build-and-deploy: | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: read | |
steps: | |
- name: Checkout to the branch | |
uses: actions/checkout@v4 | |
- name: Azure Login | |
uses: azure/login@v2 | |
with: | |
client-id: ${{ secrets.FIELDMAPSGEOAPI_AZURE_CLIENT_ID }} | |
tenant-id: ${{ secrets.FIELDMAPSGEOAPI_AZURE_TENANT_ID }} | |
subscription-id: ${{ secrets.FIELDMAPSGEOAPI_AZURE_SUBSCRIPTION_ID }} | |
- name: Build and push container image to registry | |
uses: azure/container-apps-deploy-action@v2 | |
with: | |
appSourcePath: ${{ github.workspace }} | |
registryUrl: fieldmaps.azurecr.io | |
registryUsername: ${{ secrets.FIELDMAPSGEOAPI_REGISTRY_USERNAME }} | |
registryPassword: ${{ secrets.FIELDMAPSGEOAPI_REGISTRY_PASSWORD }} | |
containerAppName: fieldmaps-geoapi | |
resourceGroup: default | |
imageToBuild: fieldmaps.azurecr.io/fieldmaps-geoapi:${{ github.sha }} | |
_buildArgumentsKey_: | | |
_buildArgumentsValues_ |