aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-04-19 21:47:59 -0500
committerChristian Cleberg <[email protected]>2024-04-19 21:47:59 -0500
commitb80f67679c29e8ecfb28d4af313047527e66c4dd (patch)
tree2395872c732db619ad78939d198ac7b92424116a
parent5ed7aa240e7b4dee0c35e7d000a9ba7b6786171b (diff)
downloadcleberg.net-b80f67679c29e8ecfb28d4af313047527e66c4dd.tar.gz
cleberg.net-b80f67679c29e8ecfb28d4af313047527e66c4dd.tar.bz2
cleberg.net-b80f67679c29e8ecfb28d4af313047527e66c4dd.zip
fix location of security.txt and update deployment method
-rwxr-xr-xbuild.sh2
-rw-r--r--theme/static/.well-known/security.txt (renamed from .well-known/security.txt)0
2 files changed, 1 insertions, 1 deletions
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
index 09fda7f..09fda7f 100644
--- a/.well-known/security.txt
+++ b/theme/static/.well-known/security.txt