We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0526fd commit bf746a8Copy full SHA for bf746a8
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -46,7 +46,8 @@ jobs:
46
- name: "Validate config update - single file"
47
shell: bash
48
run: |
49
- wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
+ # wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
50
+ wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1
51
- name: "Update config - multi file"
52
53
0 commit comments