Skip to content

2025-01-28-1

2025-01-28-1 #343

Workflow file for this run

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