Changelog entry for new source template release to include FAQ in the… #4208
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 | |
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 }} |