commit b2d135c5e29ec6d5bdafad0bf7f845d53a08ce41 parent 913630b0d479a576c4ec1d7daa425baf62c84635 Author: Charlie Stanton <charlie@shtanton.com> Date: Sat, 24 Jul 2021 14:24:54 +0100 Update publish target for shtanton.xyz Diffstat:
M | Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -37,4 +37,5 @@ clean: rm html_src/nav.html publish: all - rsync -vr --delete gemini/* charlie@shtanton.xyz:shtanton.xyz + rsync -vr --delete gemini/ charlie@shtanton.xyz:gemini + rsync -vr --delete html/ charlie@shtanton.xyz:http