From 2a3e092eeaf53a7a41d9649afb05ebff9bdadd1b Mon Sep 17 00:00:00 2001 From: alyssadev Date: Sun, 17 Sep 2023 05:40:07 +1000 Subject: [PATCH] finish deploy instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34be992..790a38f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple url shortener. Largely adapting [VandyHacks/vhl.ink](https://github.com Deploying --------- -`wrangler deploy` +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` Usage -----