Browse Source

Pass release_tag to aws_deploy (for staging)

cldc-2563-aws-production-pipeline-backup
Sam Seed 1 year ago
parent
commit
3cb1ef5826
  1. 1
      .github/workflows/staging_pipeline.yml

1
.github/workflows/staging_pipeline.yml

@ -37,5 +37,6 @@ jobs:
aws_account_id: 977287343304
aws_resource_prefix: core-prod
environment: production
release_tag: ${{ needs.test.outputs.releasetag }}
permissions:
id-token: write

Loading…
Cancel
Save