2015-07-21 21:34:40 +00:00
|
|
|
deployment:
|
|
|
|
production:
|
2015-07-25 00:32:49 +00:00
|
|
|
branch: master
|
2015-07-21 21:34:40 +00:00
|
|
|
commands:
|
2015-12-10 02:51:23 +00:00
|
|
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
2016-05-03 21:34:52 +00:00
|
|
|
openmct-demo:
|
|
|
|
branch: live_demo
|
2015-12-10 03:58:14 +00:00
|
|
|
heroku:
|
2016-05-03 21:34:52 +00:00
|
|
|
appname: openmct-demo
|
2015-07-28 18:08:10 +00:00
|
|
|
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:
|
|
|
|
- npm run jshint --silent
|