From b13295968ee72bf5217aab5981b602258c416576 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Tue, 17 Oct 2023 16:04:45 +0100 Subject: [PATCH] Remove redundant MarklogicUseHttps variable from prod deploy --- .github/workflows/deploy-production.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index a5cbb41..96b9519 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -27,7 +27,6 @@ jobs: MarklogicHost=${{ secrets.MARKLOGIC_HOST }} MarklogicPassword=${{ secrets.MARKLOGIC_PASSWORD }} MarklogicUser=${{ secrets.MARKLOGIC_USER }} - MarklogicUseHttps=${{ vars.MARKLOGIC_USE_HTTPS }} MaxRetries=${{ vars.MAX_RETRIES }} NotifyApiKey=${{ secrets.NOTIFY_API_KEY }} NotifyEditorialAddress=${{ vars.NOTIFY_EDITORIAL_ADDRESS }}