Hey @RascalCatalina
In the deploy log I see the line
Base directory does not exist: /opt/build/repo/views/index.ejs
You have incorrectly set the base directory value to a that of a filename and not a directory.
I also note the project has no build script but rather a start script running nodemon
. Netlify doesn’t offer NodeJS hosting. See this support guide for more:
If you really wanted to host this site on Netlify, you would need to rework the project to run using serverless functions as found in this article