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

This commit is contained in:
Henry 2016-05-19 12:14:42 -07:00
parent 516b8c9e38
commit e4b192001f

View File

@ -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: