Skip to content

Commit

Permalink
chore(deployment): deploy to marketplace on new tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lieben committed Oct 21, 2016
1 parent 0f27d8b commit 5f961fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ test:
- mocha dist/test --recursive --reporter mocha-junit-reporter:
environment:
MOCHA_FILE: $CIRCLE_TEST_REPORTS/junit/test-results.xml
deployment:
release:
tag: /[0-9]+(\.[0-9]+)*/
owner: aurelia
commands:
- npm i vsce -g
- vsce publish -p $VSTOKEN

0 comments on commit 5f961fc

Please sign in to comment.