Skip to content

Deploy to Prod (ECS) #199

Deploy to Prod (ECS)

Deploy to Prod (ECS) #199

Workflow file for this run

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