mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
17 lines
361 B
YAML
17 lines
361 B
YAML
deployment:
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
|
openmct-demo:
|
|
branch: live_demo
|
|
heroku:
|
|
appname: openmct-demo
|
|
openmctweb-staging-deux:
|
|
branch: mobile
|
|
heroku:
|
|
appname: openmctweb-staging-deux
|
|
test:
|
|
post:
|
|
- npm run jshint --silent
|