Skip to content

Commit

Permalink
Merge pull request #132 from PermanentOrg/add_missing_variable_to_sta…
Browse files Browse the repository at this point in the history
…ging_deploy_during_prod_deploy

Add missing variable to staging deploy during prod deploy
  • Loading branch information
liam-lloyd authored Oct 3, 2024
2 parents 1be69e5 + 057cb93 commit 465a57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
API_IMAGE_TAG: ${{ needs.generate_image_tags.outputs.API_IMAGE_TAG }}
AM_CLEANUP_IMAGE_TAG: ${{ needs.generate_image_tags.outputs.AM_CLEANUP_IMAGE_TAG }}
RECORD_THUMBNAIL_LAMBDA_IMAGE_TAG: ${{ needs.generate_image_tags.outputs.RECORD_THUMBNAIL_LAMBDA_IMAGE_TAG }}
THUMBNAIL_REFRESH_IMAGE_TAG: ${{ needs.generate_image_tags.outputs.THUMBNAIL_REFRESH_IMAGE_TAG }}
defaults:
run:
working-directory: ./terraform/test_cluster
Expand Down

0 comments on commit 465a57d

Please sign in to comment.