@@ -19,7 +19,7 @@ permissions:
19
19
contents : read
20
20
21
21
jobs :
22
- Update-NGINX-Configuration :
22
+ Update-NGINX-On-Azure :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : ' Checkout repository'
@@ -31,15 +31,15 @@ jobs:
31
31
tenant-id : ${{ secrets.AZURE_TENANT_ID }}
32
32
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
33
33
- name : ' Sync NGINX certs to NGINX on Azure instance'
34
- uses : george-ngugi /nginx-for-azure-deploy-action@v1
34
+ uses : nginxinc /nginx-for-azure-deploy-action@v1
35
35
with :
36
36
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
37
37
resource-group-name : $TEST_RESOURCE_GROUP_NAME
38
38
nginx-deployment-name : $NGINX_DEPLOYMENT_NAME
39
39
nginx-deployment-location : $NGINX_RESOURCE_LOCATION
40
40
nginx-certificate-details : $NGINX_CERT_DETAILS
41
41
- name : ' Sync NGINX configuration to NGINX on Azure instance - single file'
42
- uses : george-ngugi /nginx-for-azure-deploy-action@v1
42
+ uses : nginxinc /nginx-for-azure-deploy-action@v1
43
43
with :
44
44
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
45
45
resource-group-name : $TEST_RESOURCE_GROUP_NAME
48
48
nginx-root-config-file : $NGINX_ROOT_CONFIG_FILE
49
49
transformed-nginx-config-directory-path : $NGINX_TRANSFORMED_CONFIG_DIR_PATH
50
50
- name : ' Sync NGINX configuration to NGINX on Azure instance - multi file'
51
- uses : george-ngugi /nginx-for-azure-deploy-action@v1
51
+ uses : nginxinc /nginx-for-azure-deploy-action@v1
52
52
with :
53
53
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
54
54
resource-group-name : $TEST_RESOURCE_GROUP_NAME
57
57
nginx-root-config-file : $NGINX_ROOT_CONFIG_FILE
58
58
transformed-nginx-config-directory-path : $NGINX_TRANSFORMED_CONFIG_DIR_PATH
59
59
- name : ' Sync NGINX certs and config to NGINX on Azure instance'
60
- uses : george-ngugi /nginx-for-azure-deploy-action@v1
60
+ uses : nginxinc /nginx-for-azure-deploy-action@v1
61
61
with :
62
62
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
63
63
resource-group-name : $TEST_RESOURCE_GROUP_NAME
0 commit comments