mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
certificate depends on shared because of tfstate bucket
This commit is contained in:
parent
e9f37e7959
commit
3d0a37cf22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_terraform.yml
vendored
4
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -350,7 +350,7 @@ jobs:
|
|||
# Deploy ACM Certificate for Cloudfront
|
||||
# ============================================================
|
||||
cloudfront_acm:
|
||||
needs: [determine_stage, fast_api_lambda]
|
||||
needs: [determine_stage, shared_terraform, fast_api_lambda]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
|
@ -395,7 +395,7 @@ jobs:
|
|||
# Deploy Cloudfront CDN
|
||||
# ============================================================
|
||||
cloudfront_cdn:
|
||||
needs: [determine_stage, shared_terraform, cloudfront_acm]
|
||||
needs: [determine_stage, cloudfront_acm]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue