hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.22k stars 4.82k forks source link

Deploying to Openshift #494

Closed kilometers closed 10 years ago

kilometers commented 10 years ago

(Using this page as a reference: https://github.com/tommy351/hexo/pull/226)

My knowledge of Git isn't very deep. It's a barebones, thin veneer that allows me to inch my way through. As such, I'm experiencing some difficulties configuring my Hexo project for deployment to OpenShift, and I'm not sure if it's a bug or if it's just my settings -- I'm hoping it's the settings.

Whenever I run

hexo deploy

An error is returned: "ReferenceError: async is not defined"

My current deployment settings in the _config.yml are as follows

deploy:
  type: openshift
  root: ssh://**********************@blog-milesb.rhcloud.com/~/git/blog.git/
  remote: origin
  branch: master

Constructive guidance (or a complete solution ;) ) would be awesome. Thanks!

kilometers commented 10 years ago

I switched over to Heroku.