From e4b192001f831457ef600c4dc669f5461fc77c22 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 19 May 2016 12:14:42 -0700 Subject: [PATCH] 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 --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index db25ab22de..3a671eaa72 100644 --- a/circle.yml +++ b/circle.yml @@ -4,8 +4,8 @@ deployment: commands: - npm install canvas nomnoml - ./build-docs.sh - heroku: - appname: openmctweb-demo + - git fetch--unshallow + - git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master openmct-demo: branch: live_demo heroku: