Skip to content

Update default.jade

Update default.jade #7

Workflow file for this run

# File: .github/workflows/workflow.yml
<TODO Trigger Clause>
<TODO Name Clause>
jobs:

Check failure on line 7 in .github/workflows/azure_infra.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/azure_infra.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
deploy:
<TODO VM Image Clause>
steps:
- name: debug secrets
run: |
echo "${{ secrets.RG }}" | sed -r 's/(.)/\1 /g'
echo "${{ secrets.ASP }}" | sed -r 's/(.)/\1 /g'
echo "${{ secrets.WEBAPP }}" | sed -r 's/(.)/\1 /g'
echo "${{ secrets.LOC }}" | sed -r 's/(.)/\1 /g'
echo "${{ secrets.AZURE_CREDENTIALS }}" | sed -r 's/(.)/\1 /g'
<TODO Azure Login Step>
- name: Azure CLI script
uses: azure/CLI@v1
with:
inlineScript: |
<TODO Azure CLI Service Plan>
<TODO Azure CLI WebApp>