From 5fd0ab532b5ba1441f3d652faeff4fb1bb73c095 Mon Sep 17 00:00:00 2001 From: Jeremy Zimmerman Date: Fri, 11 Aug 2023 12:33:59 -0400 Subject: [PATCH] Adding cloudfront cache invalidation to build step for Test environment. --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c8e61482..b0be1cac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -132,6 +132,12 @@ stages: indexDeployVariables: __VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__) __VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) + - template: templates/digital/invalidate-cloudfront-cache.yml@AzureDevOps + parameters: + awsCliContainer: awscli + distributionId: $(cfDistributionId) + paths: /* + awsProfile: $(qaDeploymentProfile) # QA Build/Deploy - stage: QA