We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5ed6d commit 70187d8Copy full SHA for 70187d8
src/deploy-certificate.sh
@@ -61,7 +61,7 @@ fi
61
arm_template_file="nginx-for-azure-certificate-template.json"
62
63
#get the ARM template file
64
-wget -O "$arm_template_file" https://dockerbuildstest.blob.core.windows.net/test/nginx-for-azure-certificate-template.json
+wget -O "$arm_template_file" https://nginxgithubactions.blob.core.windows.net/armtemplates/nginx-for-azure-configuration-template.json
65
echo "Downloaded the ARM template for synchronizing NGINX certificate."
66
67
cat "$arm_template_file"
0 commit comments