Deploy wizard does not seem to handle deploying templates in folders in a repo #2963
Unanswered
kamranayub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I go to workers.new/templates and try the Stripe one, I get this Deploy URL:
https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/stream/auth/stripe
First, this is pointing to the archived
templates
repo.But second, I don't think it works -- it forks the entire
templates
repo, including all the CI actions. Ideally, you'd only want the Stripe example not the whole repo.As a workaround, I've made a template in a separate repo and that flow works. But I'm wondering if this is a known issue or if there's a special way to get it to deploy a template housed within a repo without forking the entire thing. 🤔
Beta Was this translation helpful? Give feedback.
All reactions