maciej
maciej
CDCloudflare Developers
Created by maciej on 4/3/2024 in #pages-help
"No deployment available" when deploying from Github Actions
My setup is pretty straightforward. I have a Remix app with a simple build step (remix vite:build). When I run the following commands locally it deploys to Cloudflare successfully.
remix vite:build
npx wrangler@3 pages publish ./build/client --project-name="xxx" --branch="main"
remix vite:build
npx wrangler@3 pages publish ./build/client --project-name="xxx" --branch="main"
but when I use the cloudflare/pages-action@v1 action (which uses the same publish command) I get a failed deployment with "No deployment available" in the dashboard, even though the GH action output says it was successful. Is there a way to debug it? Deployment ID: 5f466361-2c67-4173-b2da-7c2039ea18fb
9 replies