Skip to content

v.1.4.1 Maintenance updates #8

v.1.4.1 Maintenance updates

v.1.4.1 Maintenance updates #8

Workflow file for this run

### This is the Terraform-generated prod-promote.yml workflow for the timdex-index-manager-prod repository. ###
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the document. ###
name: Prod Container Promote
on:
workflow_dispatch:
release:
types: [published]
jobs:
deploy:
name: Prod Container Promote
uses: mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@main
secrets: inherit
with:
AWS_REGION: "us-east-1"
GHA_ROLE_STAGE: timdex-index-manager-gha-stage
GHA_ROLE_PROD: timdex-index-manager-gha-prod
ECR_STAGE: "timdex-index-manager-stage"
ECR_PROD: "timdex-index-manager-prod"
# FUNCTION: ""