Skip to content

Release Infrastructure #52

Release Infrastructure

Release Infrastructure #52

Workflow file for this run

name: Release Infrastructure
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "infra/resources/**"
jobs:
infra_release:
uses: pagopa/dx/.github/workflows/infra_apply.yaml@95aa4bff8c919425be024a003cad975e6a35299c
name: Release Infrastructure
secrets: inherit
with:
environment: prod
base_path: infra/resources
use_private_agent: true