Skip to content

Commit fb4b3c7

Browse files
committed
fix: FTRS-386 Fix the invalidate cache failure
1 parent 090de49 commit fb4b3c7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

services/dos-ui/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
ENVIRONMENT ?= mgmt
99
SERVICE ?= dos-ui
10+
DEPLOYMENT_WORKSPACE := $(if $(WORKSPACE),-$(WORKSPACE))
1011

1112
# Deployment bucket configuration
1213
DEPLOYMENT_BUCKET ?= ftrs-dos-$(ENVIRONMENT)-ui-frontend-bucket$(DEPLOYMENT_WORKSPACE)
@@ -15,13 +16,6 @@ CLOUDFRONT_DISTRIBUTION_ID := $(shell aws cloudfront list-distributions \
1516
--query "DistributionList.Items[?contains(Origins.Items[*].DomainName, '$(UI_DOMAIN_NAME)')].Id" \
1617
--output text)
1718

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-
2519
# ==============================================================================
2620
# Include Shared Node Service Targets
2721
# ==============================================================================

services/read-only-viewer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
ENVIRONMENT ?= mgmt
99
SERVICE ?= read-only-viewer
10+
DEPLOYMENT_WORKSPACE := $(if $(WORKSPACE),-$(WORKSPACE))
1011

1112
# Deployment bucket configuration
1213
DEPLOYMENT_BUCKET ?= ftrs-dos-$(ENVIRONMENT)-$(SERVICE)-frontend-bucket$(DEPLOYMENT_WORKSPACE)

0 commit comments

Comments
 (0)