Skip to content

changing azure auth to oidc #12

changing azure auth to oidc

changing azure auth to oidc #12

Workflow file for this run

name: AzureDeploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Azure Login
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Deploy
shell: bash
run: |
chmod +x deploy.sh
./deploy.sh