mirror of
https://github.com/nasa/openmct.git
synced 2025-04-10 21:00:16 +00:00
[Build] Use Circle's heroku integration for deploy
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.
This commit is contained in:
parent
9ed28a4a37
commit
f5539ec678
@ -1,8 +1,8 @@
|
||||
deployment:
|
||||
production:
|
||||
branch: master
|
||||
commands:
|
||||
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
||||
heroku:
|
||||
appname: openmctweb-demo
|
||||
openmct-demo:
|
||||
branch: live_demo
|
||||
heroku:
|
||||
|
Loading…
x
Reference in New Issue
Block a user