[CES-152] Added test_users module (#1223) #3
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: Release - Legacy APIM TF Apply | |
# This pipeline starts automatically when a PR is merged into 'main'. | |
# | |
# It is responsible for managing only a couple of legacy API groups on APIM. | |
# | |
# This pipeline will use the terraform.sh script, which first executes a plan and then an apply, | |
# where the latter must be approved by the team. | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- "src/legacy-apim/**" | |
- ".github/workflows/legacy_apim_deploy.yaml" | |
jobs: | |
prod_legacy_apim_deploy: | |
uses: pagopa/dx/.github/workflows/infra_apply.yaml@main | |
name: Prod - Code Deploy | |
secrets: inherit | |
with: | |
environment: prod | |
base_path: src/legacy-apim |