2015-07-21 14:34:40 -07:00
|
|
|
deployment:
|
|
|
|
production:
|
2015-07-24 17:32:49 -07:00
|
|
|
branch: master
|
2015-07-21 14:34:40 -07:00
|
|
|
commands:
|
2016-01-21 10:54:49 -08:00
|
|
|
- npm install canvas nomnoml
|
2015-07-21 14:34:40 -07:00
|
|
|
- ./build-docs.sh
|
2015-12-09 18:51:23 -08:00
|
|
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
2015-07-28 09:40:16 -07:00
|
|
|
openmctweb-staging-un:
|
2015-12-10 10:28:20 -08:00
|
|
|
branch: nem_prototype
|
2015-12-09 19:58:14 -08:00
|
|
|
heroku:
|
|
|
|
appname: openmctweb-staging-un
|
2015-07-28 11:08:10 -07:00
|
|
|
openmctweb-staging-deux:
|
|
|
|
branch: mobile
|
|
|
|
heroku:
|
2015-08-19 11:01:58 -07:00
|
|
|
appname: openmctweb-staging-deux
|
2016-03-01 13:00:08 -08:00
|
|
|
test:
|
|
|
|
post:
|
|
|
|
- npm run jshint --silent
|