Skip to content

Use sjkp/blitz-embed with api-key #5

Use sjkp/blitz-embed with api-key

Use sjkp/blitz-embed with api-key #5

Workflow file for this run

on: [push]
name: Azure ARM
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
# Checkout code
- uses: actions/checkout@main
# Log into Azure
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
# Deploy Bicep file
- name: deploy
uses: azure/arm-deploy@v1
with:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
scope: subscription
region: northeurope
template: ./infrastructure/main.bicep
parameters: infrastructure/params.json
failOnStdErr: false