Skip to content

Commit f5539ec

Browse files
author
Pete Richards
committed
[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.
1 parent 9ed28a4 commit f5539ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
deployment:
22
production:
33
branch: master
4-
commands:
5-
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
4+
heroku:
5+
appname: openmctweb-demo
66
openmct-demo:
77
branch: live_demo
88
heroku:

0 commit comments

Comments
 (0)