diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | theme/static/.well-known/security.txt (renamed from .well-known/security.txt) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |