Skip to content

Commit

Permalink
Don't exclude cloud docs from prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge committed Mar 27, 2024
1 parent c6f6067 commit d841887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
export AWS_ACCESS_KEY_ID=${AWS_DOCS_ACCESS_KEY_ID}
export AWS_SECRET_ACCESS_KEY=${AWS_DOCS_SECRET_ACCESS_KEY}
export VERSION=${CIRCLE_BRANCH/-build/}
aws s3 sync public s3://docs.redis.com/$VERSION --delete --acl public-read --exclude "*rv/*" --exclude "*rc/*" # --size-only
aws s3 sync public s3://docs.redis.com/$VERSION --delete --acl public-read --exclude "*rv/*" # --size-only
# Purge the site cache to force the deployed changes to display immediately
- run:
name: Purge site cache
Expand Down

0 comments on commit d841887

Please sign in to comment.