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
build.sh | 2 +- {.well-known => theme/static/.well-known}/security.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) @@ -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/* && \ similarity index 100% rename from .well-known/security.txt rename to theme/static/.well-known/security.txt