Skip to content

Commit c39aabf

Browse files
committed
Use the ARM template from a specified commit to avoid breaking changes
1 parent 2144675 commit c39aabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ uuid="$(cat /proc/sys/kernel/random/uuid)"
8585
template_file="template-$uuid.json"
8686
template_deployment_name="${nginx_deployment_name:0:20}-$uuid"
8787

88-
wget -O "$template_file" https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/main/src/nginx-for-azure-configuration-template.json
88+
wget -O "$template_file" https://raw.githubusercontent.com/nginxinc/nginx-for-azure-deploy-action/487d1394d6115d4f42ece6200cbd20859595557d/src/nginx-for-azure-configuration-template.json
8989
echo "Downloaded the ARM template for synchronizing NGINX configuration."
9090
cat "$template_file"
9191
echo ""

0 commit comments

Comments
 (0)