mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
19 lines
442 B
YAML
19 lines
442 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: nem_prototype
|
|
heroku:
|
|
appname: openmctweb-staging-un
|
|
openmctweb-staging-deux:
|
|
branch: mobile
|
|
heroku:
|
|
appname: openmctweb-staging-deux
|
|
test:
|
|
post:
|
|
- npm run jshint --silent
|