Is it possible to add github support for NodeJS? Similar to how Vercel or Netlify would do it? Connect to github repo, it will automatically clone, install dependencies, build, then run? Would make deploying NodeJS web apps much easier.
Logan I did expected that to be included by default when they added the feature.....
Now next js is kind of useless compared to other panels, hope they add it soon +1
+1
+1 . If you need something immediate you can probably have a github action that connects to your app's folder with FTP and updates the files when there's a change in the repo. A much more manual process but it should work.
I would like to see this feature aswell. For now, you can create access token via github and use the ssh to clone/pull updates.