mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
18 lines
388 B
YAML
18 lines
388 B
YAML
test:
|
|
override:
|
|
- exit 0
|
|
deployment:
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- ./build-docs.sh
|
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
|
openmctweb-staging-un:
|
|
branch: open199
|
|
heroku:
|
|
appname: openmctweb-staging-un
|
|
openmctweb-staging-deux:
|
|
branch: mobile
|
|
heroku:
|
|
appname: openmctweb-staging-deux
|