File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Deploy docs site to production
5
5
on :
6
6
push :
7
7
branches :
8
- - prod
8
+ - nrichers/sc-6277/deploy-staging-docs-site-workflow
9
9
10
10
jobs :
11
11
deploy :
41
41
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
42
42
43
43
- 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
You can’t perform that action at this time.
0 commit comments