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 4a3d9f8Copy full SHA for 4a3d9f8
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -2,14 +2,12 @@
2
3
name: Test Github action to update NGINX as a Service (NGINXaaS) for Azure configurations
4
on:
5
- 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