diff --git a/circle.yml b/circle.yml index 97b32982a..36fca09eb 100644 --- a/circle.yml +++ b/circle.yml @@ -21,6 +21,7 @@ test: - aws s3 cp ./coverage/ s3://coverage.grimoire.gl/core/$CIRCLE_BRANCH --recursive --region ap-northeast-1 --acl public-read override: - npm run lint && npm run build && npm run coverage + - aws s3 cp ./register/ s3://ci.grimoire.gl/js/grimoirejs/${CIRCLE_BRANCH}_${CIRCLE_BUILD_NUM} --recursive --region ap-northeast-1 --acl public-read deployment: deploy: