From 3a167d6764703f51db6599f438bbfc62343cf329 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 19 Jul 2024 07:11:52 -0400 Subject: [PATCH] CSR-2130 apple merchant file continued CSR-2130 apple merchant file continued --- azure-pipelines.yml | 8 ++++---- public/.well-known/placeholder.txt | 0 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 public/.well-known/placeholder.txt diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 35e37cd18..2767306a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,7 @@ stages: steps: - checkout: self clean: true - - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/.well-known/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist @@ -135,7 +135,7 @@ stages: steps: - checkout: self clean: true - - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/.well-known/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist @@ -195,7 +195,7 @@ stages: steps: - checkout: self clean: true - - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/.well-known/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist @@ -255,7 +255,7 @@ stages: steps: - checkout: self clean: true - - bash: cp public/applepay/apple-developer-merchantid-domain-association-prod.txt public/apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-prod.txt public/.well-known/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist diff --git a/public/.well-known/placeholder.txt b/public/.well-known/placeholder.txt new file mode 100644 index 000000000..e69de29bb