From cb373e49fd5dd7498377f50ac20c66e7ba25d057 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 22 Jul 2025 09:19:14 +0200 Subject: [PATCH] chore: update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4abaa29..e5e7453 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,13 @@ $ pnpm i | `pnpm run deploy` | upload to my server | | `pnpm run prep:now` | back up and clear current `now page` constants | -> For the deploy script, you need to add an environmental variable named HOST +## Deployment + +For the script `npm run deploy`, you need to add an environmental variable named HOST containing the IP address of the host server. This will scp the build files into the server. + +If you want to run build before deploying, do `npm run build:deploy` ----- -> Just keep building. -> ~Ayo +*Just keep building.*
+*~Ayo*