but have issue on each push code, it deploy, but not restart correctly http server
Error: listen EADDRINUSE: address already in use :::8080
at Server.setupListenHandle [as _listen2] (net.js:1313:16)
at listenInCluster (net.js:1361:12)
at Server.listen (net.js:1447:7)
at Function.listen
and it will be perfect if it restart each time when http down ?
Hi @spham - I got your video with push-to-deploy possibly not firing a webhook; but, click-to-deploy looks like it did. It shouldn’t make a difference.
Is the project on a public repo that you wouldn’t mind sharing?
Hello @spham - thanks for bringing some of the node.js issues you were experiencing to our attention! We took a deep dive and found a couple bugs, one around web directory location and another with the yarn packages deployment hook not working as expected. We just pushed out some fixes (releases.cleaver.cloud).
I’m not able to reproduce the new deployment not activating - if you have more details on how to repro, that’d be appreciated.
BTW - you mentioned an update to make env variables easier to manage; we just pushed a big enhancement around that as well.