From 575fc83e2814911207eaf757c1739e1c9b764a8e Mon Sep 17 00:00:00 2001 From: Heng Gai Deng Date: Mon, 21 Jul 2025 16:43:02 -0700 Subject: [PATCH] Point environment to longevity basic nginxaas deployment --- .github/workflows/github-action-test-nginxaas-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-action-test-nginxaas-deploy.yml b/.github/workflows/github-action-test-nginxaas-deploy.yml index f78af24..2d19de5 100644 --- a/.github/workflows/github-action-test-nginxaas-deploy.yml +++ b/.github/workflows/github-action-test-nginxaas-deploy.yml @@ -6,10 +6,10 @@ on: - cron: "0 20 * * *" env: - NGINX_DEPLOYMENT_NAME: github-action-test-dep + NGINX_DEPLOYMENT_NAME: n4a-long-eastus2-basic-ngx NGINX_TRANSFORMED_CONFIG_DIR_PATH: /etc/nginx/ NGINX_ROOT_CONFIG_FILE: nginx.conf - TEST_RESOURCE_GROUP_NAME: github-action-test + TEST_RESOURCE_GROUP_NAME: n4a-long-eastus2-workload NGINX_CERT_NAME: github-action-test-crt NGINX_VAULT_NAME: nlbtest-customer @@ -61,7 +61,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} resource-group-name: $TEST_RESOURCE_GROUP_NAME nginx-deployment-name: $NGINX_DEPLOYMENT_NAME - nginx-deployment-location: "westcentralus" + nginx-deployment-location: "eastus2" nginx-config-directory-path: github-action/test/configs/multi/ nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH