Ghost(node.js) app - 503 err after git push in OpenShift hosting -


  1. i created ghost blog in openshift host. worked fine.

  2. i wanted make changes in css file(change margin of page title), did git pull resources, made changes in css file locally, , git push command git push -f(force) openshift master, because without -f, couldn't push.

  3. after "git push" command, app got broke, , now, http outputs 503 error...

i tried restart app, doesn't help. don't know why crashed.

not sure happened new change.check app logs.

first ssh app

ssh 1234567890abcdef1234567890abcdef@your-app-domain.rhcloud.com 

and cd logs directory

cd app-root/logs 

tail contents of nodejs.log file

this may not resolve issue logs can you.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -