Skip to content

Traces are not available on FED and as of today we cannot enable on d… #4483

Traces are not available on FED and as of today we cannot enable on d…

Traces are not available on FED and as of today we cannot enable on d… #4483

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 }}