mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
cdn depends on shared
This commit is contained in:
parent
b7bee7486c
commit
33406ff678
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -350,7 +350,7 @@ jobs:
|
|||
# Deploy Cloudfront CDN
|
||||
# ============================================================
|
||||
cloudfront_cdn:
|
||||
needs: [determine_stage, fast_api_lambda]
|
||||
needs: [determine_stage, shared_terraform, fast_api_lambda]
|
||||
uses: ./.github/workflows/_deploy_lambda.yml
|
||||
with:
|
||||
lambda_name: ara_cdn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue