cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

b80f67679c29e8ecfb28d4af313047527e66c4dd

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-04-20T02:47:59Z

fix location of security.txt and update deployment method
 build.sh                                               | 2 +-
 {.well-known => theme/static/.well-known}/security.txt | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 7562dd8..acb0dd9 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ if [ "$ENV" == "prod" ]; then
 	echo "Environment = Production"              && \
 	rm -rf .build/*                              && \
 	emacs --script publish.el                    && \
-	scp -r .build/* ubuntu:/var/www/cleberg.net/
+	rsync -avzP .build/ ubuntu:/var/www/cleberg.net/
 else
 	echo "Environment = Development"             && \
 	rm -rf .build/*                              && \
diff --git a/.well-known/security.txt b/theme/static/.well-known/security.txt
similarity index 100%
rename from .well-known/security.txt
rename to theme/static/.well-known/security.txt