zpnk / stage-ci

Automatic deploy previews for your PRs using zeit.co/now.
https://stage.now.sh
MIT License
131 stars 23 forks source link

Path error(?) resulting in 404 Deploys #45

Open jakeleboeuf opened 6 years ago

jakeleboeuf commented 6 years ago

Error: /home/nowuser/src/now-cli: at Socket.nowProc.stderr.on (/home/nowuser/src/src/core.js:85:49)

is [...]/src/src/[...] the intended path?

hugomd commented 6 years ago

@jakeleboeuf /src/src/ is the correct path for for core.js, as I believe the deployment exists at /src to begin with (that's where now puts it), but I imagine it's failing to find ./now-cli?

Was there anything else in the error message?

I believe this might be fixed by #49 👍