Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Add deploy step to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Oct 19, 2017
1 parent 931108d commit 931e287
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ dependencies:
- cd build; zip -r9 $CIRCLE_ARTIFACTS/influxdb-ui.zip .
test:
override:
- yarn test
- yarn test
deployment:
hub:
branch: master
commands:
# Publish assets to Github
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME v1.0.$CIRCLE_BUILD_NUM $CIRCLE_ARTIFACTS/ || true

0 comments on commit 931e287

Please sign in to comment.