SpikeThatMike
Explore posts from serversCDCloudflare Developers
•Created by SpikeThatMike on 4/13/2024 in #pages-help
Deploying Blazor project: /bin/sh: 1: build.sh: not found
I'm trying to deploy a blazor project to pages, I've followed the steps in this https://developers.cloudflare.com/pages/framework-guides/deploy-a-blazor-site/ - added the build.sh file into the root dir using the
git add --chmod=+x build.sh
command
However when deploying I'm getting that the build.sh file is not found
using this for the build command
using this for the output
1 replies