Skip to content

[CES-111] Add private endpoints to Cosmos api without altering DNS (#… #41

[CES-111] Add private endpoints to Cosmos api without altering DNS (#…

[CES-111] Add private endpoints to Cosmos api without altering DNS (#… #41

name: Release - Common TF Apply
# This pipeline starts automatically when a PR is merged into 'main'.
#
# It is responsible for managing changes related to "common" infrastructure,
#
# This pipeline first executes a plan and then an apply, which must be approved by the team.
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "src/common/prod/**"
- "src/common/_modules/**"
- ".github/workflows/common_deploy.yaml"
jobs:
prod_itn_common_deploy:
uses: pagopa/dx/.github/workflows/infra_apply.yaml@main
name: Prod - Code Deploy
secrets: inherit
with:
environment: prod
base_path: src/common