Skip to content

deploy2

deploy2 #32

Workflow file for this run

name: Deploy to Azure
on:
push:
branches:
- '**'
jobs:
deploy:
name: Deployment

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy to Azure

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 10, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Log in to Azure CLI
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy to Azure
run: |
az containerapp up -n node-calculator --ingress external --source .