Skip to content

Commit

Permalink
Merge pull request #116 from nationalarchives/fix/remove-ml-https-fro…
Browse files Browse the repository at this point in the history
…m-prod-deploy

Remove redundant MarklogicUseHttps variable from prod deploy
  • Loading branch information
jacksonj04 authored Oct 17, 2023
2 parents 9126e77 + b132959 commit 364e5ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 364e5ed

Please sign in to comment.