Ghost(node.js) app - 503 err after git push in OpenShift hosting -
i created ghost blog in openshift host. worked fine.
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.
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
Post a Comment