From 01a52b8af886ae91ff4003bb2ea62306a08dd300 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Tue, 21 Jul 2015 17:29:25 -0700 Subject: [PATCH] [Continuous] Deploy to heroku --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 9981ef249a..36c7c9b0b8 100644 --- a/circle.yml +++ b/circle.yml @@ -3,3 +3,4 @@ deployment: branch: continuous-deployment commands: - ./build-docs.sh + - git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master