Skip to content

2024-06-13-1

2024-06-13-1 #306

Workflow file for this run

name: Deploy to Prod (ECS)
on:
workflow_dispatch:
release:
types: [released]
jobs:
deploy:
name: Deploy to Prod (ECS)
concurrency:
group: prod
uses: ./.github/workflows/deploy-base.yml
with:
env: prod
secrets: inherit