Skip to content

5. CD | Deploy to Prod #15

5. CD | Deploy to Prod

5. CD | Deploy to Prod #15

name: "5. CD | Deploy to Prod"
concurrency:
group: terraform-deploy-prod
cancel-in-progress: false
on:
workflow_dispatch:
inputs:
ref:
description: "RC tag to promote (e.g. v1.4.0-rc.2)"
required: true
jobs:
call:
uses: ./.github/workflows/base-deploy.yml
with:
environment: prod
ref: ${{ inputs.ref }}
secrets: inherit