wildebeest icon indicating copy to clipboard operation
wildebeest copied to clipboard

Troubleshooting steps are missing something

Open sterlingwes opened this issue 2 years ago • 2 comments

I had a bunch of errors with the one-click deploy and found the other issues indicating I should reset with your troubleshooting docs. I followed all the steps there and now my action errors with this:

Screenshot 2023-02-25 at 4 17 13 PM

I'll dig through the code and figure out what the value of this GH action secret should be but wanted you to know the troubleshooting steps for resetting state seem to be missing something

I noticed that the setup UI at https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/wildebeest&authed=true doesn't ask for my domain or instance name, etc. anymore, even with a browser cache reset so not sure what happened there or if it's related

sterlingwes avatar Feb 25 '23 21:02 sterlingwes

Worked when I added the following to https://github.com/YOURUSERNAME/wildebeest/settings/variables/actions

  • ADMIN_EMAIL
  • CF_DEPLOY_DOMAIN
  • CF_ZONE_ID
  • INSTANCE_TITLE
  • INSTANCE_DESCR

sterlingwes avatar Feb 25 '23 22:02 sterlingwes

CR - deleting my original fork (which was created before there was much content in the repo) seemed to fix it for me but I think a documented solution would be better

CyberFlameGO avatar Mar 01 '23 20:03 CyberFlameGO