commit 0a4b7b054c1d406519467fe8aaeafc62a352f3bb
parent 1ef7947c2ae672116a4921d2ff92016306f82662
Author: massi <git@massi.world>
Date: Wed, 5 Mar 2025 22:11:01 -0800
edit README, force clean build before publish
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -61,7 +61,9 @@ serve:
MW_ENV=dev make; \
done
-publish: build
+publish:
+ make clean
+ make
rsync -rl --delete build/ "mw:/home/protected/builds/massi-world"
ssh mw cp -r /home/protected/builds/massi-world/massi.world /home/public/test-massi.world
ssh mw cp -r /home/protected/builds/massi-world/swatchbuckler.massi.world /home/public/test-swatchbuckler.massi.world
diff --git a/README.org b/README.org
@@ -26,7 +26,7 @@ advice.
- Make serve will build using the dev env
- To make a one-off dev build, run =MW_ENV=dev make build=
-Edit =~/.ssh/config= like so the Makefile and your computer are in
+Edit =~/.ssh/config= like so, so the Makefile and your computer are in
agreement about where to push.
#+BEGIN_SRC
Host mw
@@ -36,4 +36,3 @@ Host mw
* Todo 😴
- Split out js in swatchbuckler
-- Finish the website