Skip to content

v1.3.0

v1.3.0 #7

Workflow file for this run

name: Deploy to prd
on:
release:
types: [published]
jobs:
prd-deploy:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: prd
settings_file: "prd.appsettings.json"