Add 404 and Legacy 301 fixes (#5500) #4393
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |