[EC-246] Move ELT resources to their own configuration (#940) #1
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: Continuous Delivery on elt | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- "src/domains/elt**" | |
jobs: | |
release_prod: | |
uses: ./.github/workflows/call_release.yaml | |
name: Terraform Apply | |
secrets: inherit | |
with: | |
environment: prod | |
dir: "src/domains/elt/prod/westeurope" |