Skip to content

fix: [P4PU-799] Promote to UAT (#182) #39

fix: [P4PU-799] Promote to UAT (#182)

fix: [P4PU-799] Promote to UAT (#182) #39

name: 🚀 Payments release
on:
push:
branches:
- develop
- uat
- main
paths-ignore:
- 'CODEOWNERS'
- '**.md'
- '.**'
workflow_dispatch:
jobs:
payments-flow-release:
runs-on: ubuntu-22.04
steps:
- name: 🔖 Checkout code
# https://github.com/actions/checkout/releases/tag/v4.2.1
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
ref: ${{ github.ref_name }}
- name: 🚀 release + docker + azdo
# https://github.com/pagopa/github-actions-template/releases/tag/v1.19.2
uses: pagopa/github-actions-template/payments-flow-release@922ed4e43b0e45a5e47eb0296d550996d8c87c64
with:
current_branch: ${{ github.ref_name }}
enable_azure_devops_step: 'true'
azure_devops_project_url: 'https://dev.azure.com/pagopaspa/arc-projects'
azure_devops_pipeline_name: 'arc-cittadini-deploy-aks.deploy'
azure_devops_pat: ${{ secrets.AZUREDEVOPS_PAT }}
azure_template_parameters: |
{
"APPS": "[arb-be]",
"POSTMAN_BRANCH": "${{ github.ref_name }}"
}