Skip to content

Commit 8b02f6e

Browse files
committed
Updated to point certificate template download to github local at a stable commit from blob storage
1 parent 8da7154 commit 8b02f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy-certificate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
arm_template_file="nginx-for-azure-certificate-template.json"
6262

6363
#get the ARM template file
64-
wget -O "$arm_template_file" https://nginxgithubactions.blob.core.windows.net/armtemplates/nginx-for-azure-certificate-template.json
64+
wget -O "$arm_template_file" https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/a69d33feaa1a8a012ec44c138ca78c6ec4db9f29/src/nginx-for-azure-certificate-template.json
6565
echo "Downloaded the ARM template for synchronizing NGINX certificate."
6666

6767
cat "$arm_template_file"

0 commit comments

Comments
 (0)