mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
# Deploy ACM Certificate for Cloudfront
|
||||||
# ============================================================
|
# ============================================================
|
||||||
cloudfront_acm:
|
cloudfront_acm:
|
||||||
needs: [determine_stage, fast_api_lambda]
|
needs: [determine_stage, shared_terraform, fast_api_lambda]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
@ -395,7 +395,7 @@ jobs:
|
||||||
# Deploy Cloudfront CDN
|
# Deploy Cloudfront CDN
|
||||||
# ============================================================
|
# ============================================================
|
||||||
cloudfront_cdn:
|
cloudfront_cdn:
|
||||||
needs: [determine_stage, shared_terraform, cloudfront_acm]
|
needs: [determine_stage, cloudfront_acm]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue