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: commands:
- npm install canvas nomnoml - npm install canvas nomnoml
- ./build-docs.sh - ./build-docs.sh
heroku: - git fetch--unshallow
appname: openmctweb-demo - git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
openmct-demo: openmct-demo:
branch: live_demo branch: live_demo
heroku: heroku: