CF cache invalidation path update.
This commit is contained in:
parent
e9dcd9794c
commit
31b4c985f0
1 changed files with 2 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ stages:
|
|||
parameters:
|
||||
awsCliContainer: awscli
|
||||
distributionId: $(cfDistributionId)
|
||||
paths: /iss/*
|
||||
paths: /*
|
||||
awsProfile: $(qaDeploymentProfile)
|
||||
|
||||
# Prod Build/Deploy
|
||||
|
|
@ -228,7 +228,7 @@ stages:
|
|||
parameters:
|
||||
awsCliContainer: awscli
|
||||
distributionId: $(cfDistributionId)
|
||||
paths: /iss/*
|
||||
paths: /*
|
||||
awsProfile: $(prodDeploymentProfile)
|
||||
- template: templates/digital/auto-tag.yml@AzureDevOps
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue