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 e16fa89 commit b936fd3Copy full SHA for b936fd3
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -1,15 +1,14 @@
1
# File: .github/workflows/testNginxForAzureDeploy.yml
2
3
+
4
name: Test Github action to update NGINX as a Service (NGINXaaS) for Azure configurations
5
on:
- schedule:
6
- - cron: "0 20 * * *"
7
-
+ - push
8
env:
9
- NGINX_DEPLOYMENT_NAME: github-action-test-dep
+ NGINX_DEPLOYMENT_NAME: ashok-n4a-eu2
10
NGINX_TRANSFORMED_CONFIG_DIR_PATH: /etc/nginx/
11
NGINX_ROOT_CONFIG_FILE: nginx.conf
12
- TEST_RESOURCE_GROUP_NAME: testenv-0da38993-workload
+ TEST_RESOURCE_GROUP_NAME: ashok-rg
13
NGINX_CERT_NAME: github-action-test-crt
14
NGINX_VAULT_NAME: nlbtest-customer
15
0 commit comments