Skip to content

Add staticwebapp config #11

Add staticwebapp config

Add staticwebapp config #11

Workflow file for this run

name: Deploy to dev
on:
push:
branches:
- main
- feature/fix-routing
jobs:
dev-deploy:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: dev
settings_file: "dev.appsettings.json"