File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
sed -i 's/000000/'"$GITHUB_RUN_NUMBER"'/g' test/configs/single/nginx.conf
37
37
cat test/configs/single/nginx.conf
38
38
- name : " Sync NGINX configuration to NGINX for Azure - single file"
39
- uses : nginxinc/nginx-for-azure-deploy-action@v0.3.0
39
+ uses : nginxinc/nginx-for-azure-deploy-action@v0.3.1
40
40
with :
41
41
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
42
42
resource-group-name : $TEST_RESOURCE_GROUP_NAME
56
56
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' test/configs/multi/conf.d/proxy.conf
57
57
cat test/configs/multi/conf.d/proxy.conf
58
58
- name : " Sync NGINX configuration and certificate to NGINX for Azure - multi file"
59
- uses : nginxinc/nginx-for-azure-deploy-action@v0.3.0
59
+ uses : nginxinc/nginx-for-azure-deploy-action@v0.3.1
60
60
with :
61
61
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
62
62
resource-group-name : $TEST_RESOURCE_GROUP_NAME
Original file line number Diff line number Diff line change 61
61
arm_template_file=" nginx-for-azure-certificate-template.json"
62
62
63
63
# 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
65
65
echo " Downloaded the ARM template for synchronizing NGINX certificate."
66
66
67
67
cat " $arm_template_file "
You can’t perform that action at this time.
0 commit comments