diff options
Diffstat (limited to 'build-and-deploy.sh')
| -rwxr-xr-x | build-and-deploy.sh | 1 |
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 |
