diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 793149808716..f33103a11195 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,12 +34,12 @@ jobs: DOCS_AWS_REGION=us-east-1 HUGO_ENV=production if [ "${{ github.ref }}" = "refs/heads/main" ]; then - DOCS_URL="https://docs.docker.com" - DOCS_AWS_IAM_ROLE="arn:aws:iam::710015040892:role/prod-docs-docs.docker.com-20220818202218674300000001" - DOCS_S3_BUCKET="prod-docs-docs.docker.com" + DOCS_URL="https://docs-stage.docker.com" + DOCS_AWS_IAM_ROLE="arn:aws:iam::710015040892:role/stage-docs-docs.docker.com-20220818202135984800000001" + DOCS_S3_BUCKET="stage-docs-docs.docker.com" DOCS_S3_CONFIG="s3-config.json" - DOCS_CLOUDFRONT_ID="E228TTN20HNU8F" - DOCS_LAMBDA_FUNCTION_REDIRECTS="DockerDocsRedirectFunction-prod" + DOCS_CLOUDFRONT_ID="E1R7CSW3F0X4H8" + DOCS_LAMBDA_FUNCTION_REDIRECTS="DockerDocsRedirectFunction-stage" DOCS_SLACK_MSG="Successfully deployed docs from the main branch. $DOCS_URL" elif [ "${{ github.ref }}" = "refs/heads/lab" ]; then HUGO_ENV=lab