I have a very simple Node site which works on my local. I am trying to deploy as a static site which is being pulled from GitHub, but it’s been deploying (In progress…) for the last hour with no end in site. These are the settings I am using:
Static Sites are for static files, just HTML, CSS, JS, etc. If your project generates start files, the Build Command is often something like npm run build
However, It looks like you’re trying to start a server in the Build Command, which is incorrect.
If you need to start a server, e.g. Express, you’ll need a Web Service. Again, a common example for a Web Service would be: