Skip to content

chore: tweak rush build behavior and Dockerfile #13

chore: tweak rush build behavior and Dockerfile

chore: tweak rush build behavior and Dockerfile #13

name: Deploy API To Staging
on:
push:
branches-ignore:
- release
workflow_dispatch:
jobs:
deploy-staging:
uses: ./.github/workflows/deploy-api-base.yml
with:
environment: staging
ecs-cluster: Prod
ecs-service: staging
secrets: inherit