openmct/circle.yml

26 lines
517 B
YAML
Raw Normal View History

deployment:
production:
branch: master
2016-05-18 23:59:23 +00:00
commands:
2016-05-19 00:00:16 +00:00
- npm install canvas nomnoml
- ./build-docs.sh
2016-05-19 20:42:48 +00:00
- git fetch --unshallow
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
openmct-demo:
branch: live_demo
2015-12-10 03:58:14 +00:00
heroku:
appname: openmct-demo
openmctweb-staging-deux:
branch: mobile
heroku:
2015-08-19 18:01:58 +00:00
appname: openmctweb-staging-deux
2016-03-01 21:00:08 +00:00
test:
post:
- gulp lint
- gulp checkstyle
2016-05-19 22:24:14 +00:00
general:
branches:
ignore:
- gh-pages