From 4fb31ce9968676802782e4ccc7455f675e306abe Mon Sep 17 00:00:00 2001 From: alyssadev Date: Sun, 17 Sep 2023 07:33:41 +1000 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9c0a82..7571d62 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Deploying Come up with a `username:password`, base64 encode them, add them to a secret as `AUTH_KEY = Basic $secret`, create a new KV namespace called KV, then `wrangler deploy` +Alternatively, get your AUTH\_KEY, click the Deploy to Cloudflare Workers button above, once it's forked the repo go there and set up your Actions secrets and variables in Settings > Security, with AUTH\_KEY and CF\_API\_TOKEN as secrets and DEPLOY\_HOST as the domain you're hosting linkie on (defaulting to ) + Usage -----