mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 14:14:19 +00:00
Changed circle.yml to go back to command-based deployment to heroku as cannot use 'heroku' deployment support and commands in the same deployment descriptor
This commit is contained in:
parent
516b8c9e38
commit
e4b192001f
@ -4,8 +4,8 @@ deployment:
|
|||||||
commands:
|
commands:
|
||||||
- npm install canvas nomnoml
|
- npm install canvas nomnoml
|
||||||
- ./build-docs.sh
|
- ./build-docs.sh
|
||||||
heroku:
|
- git fetch--unshallow
|
||||||
appname: openmctweb-demo
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
||||||
openmct-demo:
|
openmct-demo:
|
||||||
branch: live_demo
|
branch: live_demo
|
||||||
heroku:
|
heroku:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user