Skip to content

Deploy to Prod (ECS) #339

Deploy to Prod (ECS)

Deploy to Prod (ECS) #339

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