File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 DOCS_AWS_REGION=us-east-1
3535 HUGO_ENV=production
3636 if [ "${{ github.ref }}" = "refs/heads/main" ]; then
37- DOCS_URL="https://docs.docker.com"
38- DOCS_AWS_IAM_ROLE="arn:aws:iam::710015040892:role/prod -docs-docs.docker.com-20220818202218674300000001 "
39- DOCS_S3_BUCKET="prod -docs-docs.docker.com"
37+ DOCS_URL="https://docs-stage .docker.com"
38+ DOCS_AWS_IAM_ROLE="arn:aws:iam::710015040892:role/stage -docs-docs.docker.com-20220818202135984800000001 "
39+ DOCS_S3_BUCKET="stage -docs-docs.docker.com"
4040 DOCS_S3_CONFIG="s3-config.json"
41- DOCS_CLOUDFRONT_ID="E228TTN20HNU8F "
42- DOCS_LAMBDA_FUNCTION_REDIRECTS="DockerDocsRedirectFunction-prod "
41+ DOCS_CLOUDFRONT_ID="E1R7CSW3F0X4H8 "
42+ DOCS_LAMBDA_FUNCTION_REDIRECTS="DockerDocsRedirectFunction-stage "
4343 DOCS_SLACK_MSG="Successfully deployed docs from the main branch. $DOCS_URL"
4444 elif [ "${{ github.ref }}" = "refs/heads/lab" ]; then
4545 HUGO_ENV=lab
You can’t perform that action at this time.
0 commit comments