mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
f5539ec678
Use circle's heroku integration to deploy to ensure that we deploy a full clone of the repo and not a shallow clone, prevents build failure in master branch.
17 lines
293 B
YAML
17 lines
293 B
YAML
deployment:
|
|
production:
|
|
branch: master
|
|
heroku:
|
|
appname: openmctweb-demo
|
|
openmct-demo:
|
|
branch: live_demo
|
|
heroku:
|
|
appname: openmct-demo
|
|
openmctweb-staging-deux:
|
|
branch: mobile
|
|
heroku:
|
|
appname: openmctweb-staging-deux
|
|
test:
|
|
post:
|
|
- gulp lint
|