Skip to content

Continuous Delivery on elt #4

Continuous Delivery on elt

Continuous Delivery on elt #4

Workflow file for this run

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"
use_self_hosted_agent: true