From f5539ec6780f0ee03360074ded03197d12282e8e Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Mon, 9 May 2016 10:46:17 -0700 Subject: [PATCH] [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. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 9c88352bd6..472fdf7c17 100644 --- a/circle.yml +++ b/circle.yml @@ -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: