Skip to content

Commit 75adf31

Browse files
committed
Change to PR branch and docs-demo bucket for testing
1 parent 9fbf32b commit 75adf31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy docs site to production
55
on:
66
push:
77
branches:
8-
- prod
8+
- nrichers/sc-6277/deploy-staging-docs-site-workflow
99

1010
jobs:
1111
deploy:
@@ -41,4 +41,4 @@ jobs:
4141
run: aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} && aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} && aws configure set default.region us-east-1
4242

4343
- name: Deploy docs site
44-
run: aws s3 sync site/_site s3://docs-ci-cd-prod/site --delete && aws cloudfront create-invalidation --distribution-id E2I9R40IH01NW3 --paths "/*" --no-cli-pager
44+
run: aws s3 sync site/_site s3://docs-ci-cd-demo/site --delete && aws cloudfront create-invalidation --distribution-id E2I9R40IH01NW3 --paths "/*" --no-cli-pager

0 commit comments

Comments
 (0)