Skip to content

Commit d86dc2e

Browse files
committed
Switch over to new deployment
This is the new deployment that will now be used to test the Github action.
1 parent e16fa89 commit d86dc2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# File: .github/workflows/testNginxForAzureDeploy.yml
22

3+
34
name: Test Github action to update NGINX as a Service (NGINXaaS) for Azure configurations
45
on:
5-
schedule:
6-
- cron: "0 20 * * *"
7-
6+
- push
87
env:
98
NGINX_DEPLOYMENT_NAME: github-action-test-dep
109
NGINX_TRANSFORMED_CONFIG_DIR_PATH: /etc/nginx/
1110
NGINX_ROOT_CONFIG_FILE: nginx.conf
12-
TEST_RESOURCE_GROUP_NAME: testenv-0da38993-workload
11+
TEST_RESOURCE_GROUP_NAME: github-action-test
1312
NGINX_CERT_NAME: github-action-test-crt
1413
NGINX_VAULT_NAME: nlbtest-customer
1514

0 commit comments

Comments
 (0)