aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook-vitepress/README.md
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-11 17:54:13 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-11 17:54:13 +0100
commit55712a8c6806cd7b5ee40c5cfba062b95e87e564 (patch)
tree49b9e3f2d65b3b435b97150c42cf9432939de1cc /174bg/handbook-vitepress/README.md
parent59acaef2eb2e8905a54371980a4eeb51d6d68cd6 (diff)
downloadunnamed-group-55712a8c6806cd7b5ee40c5cfba062b95e87e564.tar
unnamed-group-55712a8c6806cd7b5ee40c5cfba062b95e87e564.tar.gz
unnamed-group-55712a8c6806cd7b5ee40c5cfba062b95e87e564.tar.bz2
unnamed-group-55712a8c6806cd7b5ee40c5cfba062b95e87e564.tar.xz
unnamed-group-55712a8c6806cd7b5ee40c5cfba062b95e87e564.zip
add deployment scripts and update .gitignore for wrangler
Diffstat (limited to '174bg/handbook-vitepress/README.md')
-rw-r--r--174bg/handbook-vitepress/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/174bg/handbook-vitepress/README.md b/174bg/handbook-vitepress/README.md
index 3fd54d0..ee4ac87 100644
--- a/174bg/handbook-vitepress/README.md
+++ b/174bg/handbook-vitepress/README.md
@@ -8,3 +8,5 @@ A VitePress rebuild of the [174th Battle Group Handbook](../handbook), a guide f
- `npm run dev` — start the local dev server
- `npm run build` — build the static site to `.vitepress/dist`
- `npm run preview` — preview the production build locally
+- `npm run deploy` — deploy the site to Cloudflare
+- `npm run build+deploy` — build and deploy the site to Cloudflare