Skip to content

2024-10-31-1

2024-10-31-1 #15

Workflow file for this run

name: Deploy to Prod
on:
release:
types:
- released
concurrency:
group: prod
cancel-in-progress: true
jobs:
deploy:
name: Deploy to Prod
uses: ./.github/workflows/deploy.yml
with:
env: prod
# the release name
version-name: ${{ github.ref_name }}
secrets: inherit