Skip to content

Commit 26904d8

Browse files
committed
Use duplicate ARM deployment name
1 parent 110fa9a commit 26904d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-action/src/deploy-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ echo ""
135135

136136
# Synchronize the NGINX configuration tarball to the NGINXaaS for Azure deployment.
137137

138-
uuid="$(cat /proc/sys/kernel/random/uuid)"
138+
uuid="1"
139139
template_file="template-$uuid.json"
140140
template_deployment_name="${nginx_deployment_name:0:20}-$uuid"
141141

0 commit comments

Comments
 (0)