[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:
Pete Richards 2016-05-09 10:46:17 -07:00
parent 9ed28a4a37
commit f5539ec678

View File

@ -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: