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.3.1
37
+ uses : nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
38
38
with :
39
39
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40
40
resource-group-name : ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
76
76
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
77
77
78
78
- name : ' Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
79
- uses : nginxinc/nginx-for-azure-deploy-action@v0.3.1
79
+ uses : nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
80
80
with :
81
81
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
82
82
resource-group-name : ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -104,7 +104,7 @@ To use this action to sync the configuration files from this example, the direct
104
104
105
105
` ` ` yaml
106
106
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
107
- uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
107
+ uses: nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
108
108
with:
109
109
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
110
110
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -136,7 +136,7 @@ The action supports an optional input `transformed-nginx-config-directory-path`
136
136
137
137
` ` ` yaml
138
138
- name: 'Sync the NGINX configuration from the Git repository to the NGINXaaS for Azure deployment'
139
- uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
139
+ uses: nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
140
140
with:
141
141
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
142
142
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -168,7 +168,7 @@ See the example below
168
168
169
169
` ` ` yaml
170
170
- name: "Sync NGINX certificates to NGINXaaS for Azure"
171
- uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
171
+ uses: nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
172
172
with:
173
173
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
174
174
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -181,7 +181,7 @@ See the example below
181
181
182
182
` ` ` yaml
183
183
- name: "Sync NGINX configuration- multi file and certificate to NGINXaaS for Azure"
184
- uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
184
+ uses: nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
185
185
with:
186
186
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
187
187
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
0 commit comments