Merge pull request #940 from nasa/openmct-website

[Website] Fixed failed circle.yml command
This commit is contained in:
Victor Woeltjen
2016-05-19 14:18:55 -07:00

View File

@ -4,7 +4,7 @@ deployment:
commands: commands:
- npm install canvas nomnoml - npm install canvas nomnoml
- ./build-docs.sh - ./build-docs.sh
- git fetch--unshallow - git fetch --unshallow
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master - git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
openmct-demo: openmct-demo:
branch: live_demo branch: live_demo