fix: delete identity overrides from environments_v2 table on feature … #1548
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 |