Skip to content

Commit f9bc737

Browse files
author
Artem
committed
store manually built artifacts
1 parent 913540e commit f9bc737

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,11 @@ jobs:
956956
at: .
957957
- run:
958958
command: |
959-
aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/manual-builds/${CIRCLE_BUILD_NUM} --recursive --exclude "*" --include "RedisInsight*"
959+
aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/manual-builds/${CIRCLE_BUILD_NUM} --recursive \
960+
--exclude "*" \
961+
--include "RedisInsight*" \
962+
--include "web/*" \
963+
--include "docker/*"
960964
961965
release-aws-private:
962966
executor: linux-executor

0 commit comments

Comments
 (0)