From a236ba40ba0452a11f405098f2fd518029cf2f8f Mon Sep 17 00:00:00 2001 From: Henry <akhenry@gmail.com> Date: Wed, 9 Dec 2015 19:49:59 -0800 Subject: [PATCH] heroku --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f732b493fc..1aaabfffbd 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,8 @@ deployment: - git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master openmctweb-staging-un: branch: open199 - commands: git push --force "git@heroku.com:openmctweb-staging-un.git" "3b22c6ed107e79f0d88e6f2f5b6b42e7f8ce8980:refs/heads/master" + commands: + - git push --force "git@heroku.com:openmctweb-staging-un.git" "3b22c6ed107e79f0d88e6f2f5b6b42e7f8ce8980:refs/heads/master" openmctweb-staging-deux: branch: mobile heroku: