34
34
creds : ${{ secrets.AZURE_CREDENTIALS }}
35
35
36
36
- name : ' Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
37
- uses : nginxinc/nginx-for-azure-deploy-action@v0.4.2
37
+ uses : nginxinc/nginx-for-azure-deploy-action@v0.5.0
38
38
with :
39
39
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40
40
resource-group-name : ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
77
77
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
78
78
79
79
- name : ' Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
80
- uses : nginxinc/nginx-for-azure-deploy-action@v0.4.2
80
+ uses : nginxinc/nginx-for-azure-deploy-action@v0.5.0
81
81
with :
82
82
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
83
83
resource-group-name : ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -106,7 +106,7 @@ To use this action to sync the configuration files from this example, the direct
106
106
107
107
` ` ` yaml
108
108
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
109
- uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
109
+ uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
110
110
with:
111
111
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
112
112
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -139,7 +139,7 @@ The action supports an optional input `transformed-nginx-config-directory-path`
139
139
140
140
` ` ` yaml
141
141
- name: 'Sync the NGINX configuration from the Git repository to the NGINXaaS for Azure deployment'
142
- uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
142
+ uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
143
143
with:
144
144
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
145
145
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -172,7 +172,7 @@ See the example below
172
172
173
173
` ` ` yaml
174
174
- name: "Sync NGINX certificates to NGINXaaS for Azure"
175
- uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
175
+ uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
176
176
with:
177
177
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
178
178
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -186,7 +186,7 @@ See the example below
186
186
187
187
` ` ` yaml
188
188
- name: "Sync NGINX configuration- multi file and certificate to NGINXaaS for Azure"
189
- uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
189
+ uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
190
190
with:
191
191
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
192
192
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
0 commit comments