summaryrefslogtreecommitdiffstats
path: root/build-and-deploy.sh
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-12-29 23:25:02 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-12-29 23:25:02 +0200
commitd90cd73364708ef29baa0bf0df20cca8a07ab384 (patch)
tree4d4958d7f4dc22b84a67c29460a76b1db5e3aac0 /build-and-deploy.sh
parent2ced78c03c19dd01a21e79bc5be0de55c3d3f7b1 (diff)
Add robots.txt trap for unruly crawlers
Diffstat (limited to 'build-and-deploy.sh')
-rwxr-xr-xbuild-and-deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-and-deploy.sh b/build-and-deploy.sh
index 4f271c7..a793f87 100755
--- a/build-and-deploy.sh
+++ b/build-and-deploy.sh
@@ -5,4 +5,5 @@ set -euxo pipefail
ulimit -n 8192
./update-linklog-json.sh
csi -s main.scm
+cp out/static/robots.txt out/
rsync -rvzP --delete --chown 80:80 out/* $RSYNC_TARGET