Skip to content

Commit 9505419

Browse files
author
Artem
committed
release docker by manual build (test)
1 parent c35931c commit 9505419

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 9 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
@@ -1399,6 +1403,10 @@ workflows:
13991403
name: Release AWS stage
14001404
requires:
14011405
- Build docker images (stage)
1406+
- release-docker:
1407+
name: Release docker images
1408+
requires:
1409+
- Build docker images (stage)
14021410

14031411
# build electron app (dev) from "build" branches
14041412
build:

0 commit comments

Comments
 (0)