Skip to content

Commit 6cce070

Browse files
committed
test: deploy to staging
1 parent 9f6b1a0 commit 6cce070

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)