Skip to content

Commit

Permalink
fix: Add staging javascript upload shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Oct 20, 2017
1 parent 5bd0b8c commit eb6b0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb6b0fe

Please sign in to comment.