File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ CLOUDFRONT_DISTRIBUTION_ID := $(shell aws cloudfront list-distributions \
1515 --query "DistributionList.Items[?contains(Origins.Items[* ].DomainName, '$(UI_DOMAIN_NAME ) ') ].Id" \
1616 --output text)
1717
18+ $(info DEPLOYMENT_BUCKET=$(ENVIRONMENT))
19+ $(info UI_DOMAIN_NAME=$(AWS_REGION))
20+ $(info CLOUDFRONT_DISTRIBUTION_ID=$(DEPLOYMENT_WORKSPACE))
21+ $(info DEPLOYMENT_BUCKET=$(DEPLOYMENT_BUCKET))
22+ $(info UI_DOMAIN_NAME=$(UI_DOMAIN_NAME))
23+ $(info CLOUDFRONT_DISTRIBUTION_ID=$(CLOUDFRONT_DISTRIBUTION_ID))
24+
1825# ==============================================================================
1926# Include Shared Node Service Targets
2027# ==============================================================================
You can’t perform that action at this time.
0 commit comments