Skip to content

v1.1.0 Align with Browsertrix-Crawler 12.x #2

v1.1.0 Align with Browsertrix-Crawler 12.x

v1.1.0 Align with Browsertrix-Crawler 12.x #2

Workflow file for this run

### This is the Terraform-generated prod-promote.yml workflow for the browsertrix-harvester-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: browsertrix-harvester-gha-stage
GHA_ROLE_PROD: browsertrix-harvester-gha-prod
ECR_STAGE: "browsertrix-harvester-stage"
ECR_PROD: "browsertrix-harvester-prod"
# FUNCTION: ""