From 4ae5a66d09ff4275429f55e9b8ad2a0cf5f2ed84 Mon Sep 17 00:00:00 2001 From: Kim <56411016+kimsauce@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:32:55 -0700 Subject: [PATCH] production.yml URL changed from Cloudfront to help.sumologic.com (#300) * Adjusted production.yml tags to test pre-release env * Update production.yml * Update production.yml * Update production.yml * Update production.yml * test * Update index.md * prod trigger test * prod trigger test * prod trigger test * revert * production.yml URL update * Update production.yml --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index b3eb7c4752..4137e9f46e 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -9,7 +9,7 @@ jobs: deploy-to-staging: uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main with: - hostname: https://d3f0cnhsmnxacx.cloudfront.net + hostname: https://help-opensource.sumologic.com environment: production secrets: S3_BUCKET_NAME: ${{ secrets.PRODUCTION_S3_BUCKET_NAME }}