openmct/circle.yml
Pete Richards 78c474483e [CI] deploy live_demo to openmctweb-staging-un
Deploy live_demo to openmctweb-staging-un for testing.
2016-04-26 08:41:35 -07:00

19 lines
438 B
YAML

deployment:
production:
branch: master
commands:
- npm install canvas nomnoml
- ./build-docs.sh
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
openmctweb-staging-un:
branch: live_demo
heroku:
appname: openmctweb-staging-un
openmctweb-staging-deux:
branch: mobile
heroku:
appname: openmctweb-staging-deux
test:
post:
- npm run jshint --silent