@@ -32,14 +32,14 @@ jobs:
32
32
shell : bash
33
33
run : |
34
34
echo "RANDOM=$((RANDOM%10))" >> $GITHUB_ENV
35
- sed -i 's/000000/'"${{ env.RANDOM }}"'/g' tests /configs/single/nginx.conf
35
+ sed -i 's/000000/'"${{ env.RANDOM }}"'/g' test /configs/single/nginx.conf
36
36
- name : ' Sync NGINX configuration to NGINX on Azure instance - single file'
37
37
uses : nginxinc/nginx-for-azure-deploy-action@v0
38
38
with :
39
39
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40
40
resource-group-name : $TEST_RESOURCE_GROUP_NAME
41
41
nginx-deployment-name : $NGINX_DEPLOYMENT_NAME
42
- nginx-config-directory-path : tests /configs/single/
42
+ nginx-config-directory-path : test /configs/single/
43
43
nginx-root-config-file : $NGINX_ROOT_CONFIG_FILE
44
44
transformed-nginx-config-directory-path : $NGINX_TRANSFORMED_CONFIG_DIR_PATH
45
45
- name : ' Validate config update - single file'
@@ -49,14 +49,14 @@ jobs:
49
49
- name : ' Update config - multi file'
50
50
shell : bash
51
51
run : |
52
- sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' tests /configs/multi/conf.d/proxy.conf
52
+ sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' test /configs/multi/conf.d/proxy.conf
53
53
- name : ' Sync NGINX configuration to NGINX on Azure instance - multi file'
54
54
uses : nginxinc/nginx-for-azure-deploy-action@v0
55
55
with :
56
56
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
57
57
resource-group-name : $TEST_RESOURCE_GROUP_NAME
58
58
nginx-deployment-name : $NGINX_DEPLOYMENT_NAME
59
- nginx-config-directory-path : tests /configs/multi/
59
+ nginx-config-directory-path : test /configs/multi/
60
60
nginx-root-config-file : $NGINX_ROOT_CONFIG_FILE
61
61
transformed-nginx-config-directory-path : $NGINX_TRANSFORMED_CONFIG_DIR_PATH
62
62
- name : ' Validate config update'
0 commit comments