"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.
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-7c2039ea18fb7 Replies
Another here if you're still around @Nolan
Taking a look here
Looks like we've got
edge_deployment_failed
on our end with the following output.
Thank you very much!
Anytime!
@Nolan can I ask for you another check again? Deployment ID: 0a996598-0b89-4ea9-ba9d-cb422a6791d5
thank you very much!