Skip to content

Redirect 404 to index #12

Redirect 404 to index

Redirect 404 to index #12

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"