From 7da4a338b446a45b248ed7245ef28071674a96c2 Mon Sep 17 00:00:00 2001 From: Jeremy Zimmerman Date: Fri, 12 May 2023 09:46:26 -0400 Subject: [PATCH] Updates. --- azure-pipelines.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 36da3067..4bce0d6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,6 +88,18 @@ stages: __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__) cfDistributionId: $(cfDistributionId) + - template: templates/digital/invalidate-cloudfront-cache.yml@AzureDevOps + parameters: + awsCliContainer: awscli + distributionId: $(apiCfDistributionId) + paths: /* + awsProfile: $(devDeploymentProfile) + - template: templates/digital/invalidate-cloudfront-cache.yml@AzureDevOps + parameters: + awsCliContainer: awscli + distributionId: $(cfDistributionId) + paths: /iss/* + awsProfile: $(devDeploymentProfile) # Test Build/Deploy - stage: Test