chore: update org cancelled alert to only send to customersuccess@fla… #1374
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |