Skip to content

DOCS-1022 - Update filters list for the hasThreatMatch function (#5618) #4510

DOCS-1022 - Update filters list for the hasThreatMatch function (#5618)

DOCS-1022 - Update filters list for the hasThreatMatch function (#5618) #4510

Workflow file for this run

name: deploy-to-production
permissions:
contents: read
on:
push:
branches:
- main
jobs:
deploy-to-staging:
uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main
with:
hostname: https://help.sumologic.com
environment: production
secrets:
S3_BUCKET_NAME: ${{ secrets.PRODUCTION_S3_BUCKET_NAME }}
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.PRODUCTION_CLOUDFRONT_DISTRIBUTION_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}