Skip to content

Commit

Permalink
fix(CD): Terraform variable reference (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSauter authored Jan 3, 2025
1 parent 87a4a54 commit f2f9eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
OUTPUT_DIR: 'publish'
PROJECT_PATH: 'src/TShort.Web/TShort.Web.csproj'
TF_VAR_container_image: ${{ needs.build.outputs.image-name }}
TF_VAR_api_container_image_name: ${{ needs.build.outputs.image-name }}
TF_VAR_container_registry_resource_group: ${{ needs.shared-terraform-outputs.outputs.resource-group-name }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit f2f9eab

Please sign in to comment.