My deployment is stuck


help, my react deployment is stuck here, is it because i don’t have my backend on the same repo

@Nazzcodek It looks like you’re trying to run a server as shown with:

Check your build command and ensure that it only performs a build (and doesn’t start any servers).

As your project indicates it produces a build folder, you should also make sure that your Publish directory is set to build