mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
6fc028e112
Remove depencendies necessary to build docs from package.json and specify them in the readme. Due to difficulty managing dependencies for nomnoml on different platforms, this reduces dependency requirements to only those needed for building the package.
16 lines
391 B
YAML
16 lines
391 B
YAML
deployment:
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- npm install 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
|