Skip to content

Merge pull request #12 from Advik-B/dependabot/go_modules/google.gola… #3

Merge pull request #12 from Advik-B/dependabot/go_modules/google.gola…

Merge pull request #12 from Advik-B/dependabot/go_modules/google.gola… #3

name: Trigger auto deployment for sql-sensi
# When this action will be executed
on:
# Automatically trigger it when detected changes in repo
push:
branches:
[ main ]
paths:
- '**'
- '.github/workflows/sql-sensi-AutoDeployTrigger-f127b374-d60d-4aac-8f10-a78e9bb30756.yml'
# Allow manual trigger
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
id-token: write #This is required for requesting the OIDC JWT Token
contents: read #Required when GH token is used to authenticate with private repo
steps:
- name: Checkout to the branch
uses: actions/checkout@v2
- name: Azure Login
uses: azure/login@v1
with:
client-id: ${{ secrets.SQLSENSI_AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.SQLSENSI_AZURE_TENANT_ID }}
subscription-id: ${{ secrets.SQLSENSI_AZURE_SUBSCRIPTION_ID }}
- name: Build and push container image to registry
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
_dockerfilePathKey_: _dockerfilePath_
registryUrl: ghcr.io
registryUsername: ${{ secrets.SQLSENSI_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.SQLSENSI_REGISTRY_PASSWORD }}
containerAppName: sql-sensi
resourceGroup: Personal
imageToBuild: ghcr.io/sql-sensi:${{ github.sha }}
_buildArgumentsKey_: |
_buildArgumentsValues_