==> Publish directory dadjokes/build does not exist!

==> Cloning from GitHub - koray7/DadJokes--I-had-to-make-it-

Apr 3 03:29:16 PMINFO==> Checking out commit 8a640dfc28f2bd97792e202877de3b4dbb7a74b7 in branch main

Apr 3 03:29:19 PMINFO==> Using Ruby version 3.3.0 (default)

Apr 3 03:29:19 PMINFO==> Docs on specifying a Ruby version: Setting Your Ruby Version | Render Docs

Apr 3 03:29:20 PMINFO==> Installing dependencies with npm…

Apr 3 03:29:21 PMINFO

Apr 3 03:29:21 PMINFOup to date, audited 131 packages in 892ms

Apr 3 03:29:21 PMINFO

Apr 3 03:29:21 PMINFO15 packages are looking for funding

Apr 3 03:29:21 PMINFO run npm fund for details

Apr 3 03:29:21 PMINFO

Apr 3 03:29:21 PMINFO3 moderate severity vulnerabilities

Apr 3 03:29:21 PMINFO

Apr 3 03:29:21 PMINFOTo address all issues, run:

Apr 3 03:29:21 PMINFO npm audit fix

Apr 3 03:29:21 PMINFO

Apr 3 03:29:21 PMINFORun npm audit for details.

Apr 3 03:29:22 PMINFO

Apr 3 03:29:22 PMINFOup to date, audited 131 packages in 687ms

Apr 3 03:29:22 PMINFO

Apr 3 03:29:22 PMINFO15 packages are looking for funding

Apr 3 03:29:22 PMINFO run npm fund for details

Apr 3 03:29:22 PMINFO

Apr 3 03:29:22 PMINFO3 moderate severity vulnerabilities

Apr 3 03:29:22 PMINFO

Apr 3 03:29:22 PMINFOTo address all issues, run:

Apr 3 03:29:22 PMINFO npm audit fix

Apr 3 03:29:22 PMINFO

Apr 3 03:29:22 PMINFORun npm audit for details.

Apr 3 03:29:38 PMINFO==> Using Python version 3.11.8 (default)

Apr 3 03:29:38 PMINFO==> Docs on specifying a Python version: Setting Your Python Version | Render Docs

Apr 3 03:29:45 PMINFO==> Using Poetry version 1.7.1 (default)

Apr 3 03:29:45 PMINFO==> Docs on specifying a Poetry version: Specifying a Poetry Version | Render Docs

Apr 3 03:29:45 PMINFO==> Installing Poetry version 1.7.1

Apr 3 03:30:04 PMINFORetrieving Poetry metadata

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFO# Welcome to Poetry!

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOThis will download and install the latest version of Poetry,

Apr 3 03:30:04 PMINFOa dependency and package manager for Python.

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOIt will add the poetry command to Poetry’s bin directory, located at:

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFO/opt/render/project/poetry/bin

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOYou can uninstall at any time by executing this script with the --uninstall option,

Apr 3 03:30:04 PMINFOand these changes will be reverted.

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOInstalling Poetry (1.7.1)

Apr 3 03:30:04 PMINFOInstalling Poetry (1.7.1): Creating environment

Apr 3 03:30:04 PMINFOInstalling Poetry (1.7.1): Installing Poetry

Apr 3 03:30:04 PMINFOInstalling Poetry (1.7.1): Creating script

Apr 3 03:30:04 PMINFOInstalling Poetry (1.7.1): Done

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOPoetry (1.7.1) is installed now. Great!

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOTo get started you need Poetry’s bin directory (/opt/render/project/poetry/bin) in your PATH

Apr 3 03:30:04 PMINFOenvironment variable.

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOAdd export PATH="/opt/render/project/poetry/bin:$PATH" to your shell configuration file.

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOAlternatively, you can call Poetry explicitly with /opt/render/project/poetry/bin/poetry.

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOYou can test that everything is set up by executing:

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFOpoetry --version

Apr 3 03:30:04 PMINFO

Apr 3 03:30:04 PMINFO==> Empty build command; skipping build

Apr 3 03:30:04 PMINFO==> Publish directory dadjokes/build does not exist!

Apr 3 03:30:04 PMINFO==> Build failed :disappointed:

Apr 3 03:30:04 PMINFO==> Common ways to troubleshoot your deploy: Troubleshooting Your Deploy | Render Docs

Hi,

Static Sites are intended for static files, just HTML, CSS, JS, images etc.

The repo you’re trying to deploy appears to be an Express app. Which would require a Web Service, not a Static Site.

Kind regards

Alan