Merge pull request #307 from Safelite/feature/Digital/SSR-435
Build updates.
This commit is contained in:
commit
ac8b42fe21
1 changed files with 0 additions and 24 deletions
|
|
@ -87,18 +87,6 @@ stages:
|
||||||
__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__)
|
__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__)
|
__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__)
|
||||||
cfDistributionId: $(cfDistributionId)
|
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
|
# Test Build/Deploy
|
||||||
- stage: Test
|
- stage: Test
|
||||||
|
|
@ -142,18 +130,6 @@ stages:
|
||||||
indexDeployVariables:
|
indexDeployVariables:
|
||||||
__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__)
|
__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__)
|
__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: $(apiCfDistributionId)
|
|
||||||
paths: /*
|
|
||||||
awsProfile: $(sysDeploymentProfile)
|
|
||||||
- template: templates/digital/invalidate-cloudfront-cache.yml@AzureDevOps
|
|
||||||
parameters:
|
|
||||||
awsCliContainer: awscli
|
|
||||||
distributionId: $(cfDistributionId)
|
|
||||||
paths: /iss/*
|
|
||||||
awsProfile: $(sysDeploymentProfile)
|
|
||||||
|
|
||||||
# QA Build/Deploy
|
# QA Build/Deploy
|
||||||
- stage: QA
|
- stage: QA
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue