mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
20 lines
322 B
YAML
20 lines
322 B
YAML
deployment:
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- npm install canvas nomnoml
|
|
- ./build-docs.sh
|
|
openmctweb-staging-deux:
|
|
branch: mobile
|
|
heroku:
|
|
appname: openmctweb-staging-deux
|
|
test:
|
|
post:
|
|
- gulp lint
|
|
- gulp checkstyle
|
|
|
|
general:
|
|
branches:
|
|
ignore:
|
|
- gh-pages
|