Skip to content

ci: Automatically deploy docs at 12:00 on Tuesdays + manual deploy op… #1459

ci: Automatically deploy docs at 12:00 on Tuesdays + manual deploy op…

ci: Automatically deploy docs at 12:00 on Tuesdays + manual deploy op… #1459

name: API Deploy to Staging ECS
on:
push:
branches:
- main
paths:
- api/**
- .github/**
- infrastructure/aws/staging/**
workflow_dispatch:
jobs:
deploy-ecs:
uses: ./.github/workflows/.reusable-deploy-ecs.yml
with:
environment: staging
secrets: inherit