diff --git a/.github/workflows/github-action-test-nginxaas-deploy.yml b/.github/workflows/github-action-test-nginxaas-deploy.yml index f78af24..71e3b9e 100644 --- a/.github/workflows/github-action-test-nginxaas-deploy.yml +++ b/.github/workflows/github-action-test-nginxaas-deploy.yml @@ -2,8 +2,7 @@ name: Test Github action to update NGINX as a Service (NGINXaaS) for Azure configurations on: - schedule: - - cron: "0 20 * * *" + - push env: NGINX_DEPLOYMENT_NAME: github-action-test-dep @@ -44,6 +43,7 @@ jobs: nginx-config-directory-path: github-action/test/configs/single/ nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH + debug: true - name: "Validate config update - single file" shell: bash run: | @@ -66,6 +66,7 @@ jobs: nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH nginx-certificates: '[{"certificateName": "$NGINX_CERT_NAME", "keyvaultSecret": "https://$NGINX_VAULT_NAME.vault.azure.net/secrets/$NGINX_CERT_NAME", "certificateVirtualPath": "/etc/nginx/ssl/$GITHUB_RUN_ID/my-cert.crt", "keyVirtualPath": "/etc/nginx/ssl/$GITHUB_RUN_ID/my-cert.key" } ]' + debug: true - name: "Validate config update" shell: bash