Skip to content

Commit

Permalink
Deploy to GitHub pages automatically from CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Dec 5, 2016
1 parent 933c711 commit 37ecac9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions circle.yml
Expand Up @@ -5,16 +5,26 @@ checkout:
machine:
node:
version: 0.10.33
environment:
USER_NAME: circleci
USER_EMAIL: circleci@users.noreply.github.com
pre:
- curl https://install.meteor.com | /bin/sh
- git clone --recursive -b devel https://github.com/meteor/meteor.git /tmp/meteor
dependencies:
override:
- npm install selenium-webdriver@2.47.0 mkdirp
- meteor --get-ready
- /tmp/meteor/meteor --get-ready
- cd site; npm install
test:
override:
- tests/test-runner/test-all.sh:
parallel: true
- METEOR_COMMAND=/tmp/meteor/meteor tests/test-runner/test-all.sh:
parallel: true
deployment:
production:
branch: master
commands:
- cd site; npm run deploy

0 comments on commit 37ecac9

Please sign in to comment.