summaryrefslogtreecommitdiffstats
path: root/build-and-deploy.sh
blob: 4f271c7c69de944aaf6143c6431faa2b7b9b31bd (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -euxo pipefail

ulimit -n 8192
./update-linklog-json.sh
csi -s main.scm
rsync -rvzP --delete --chown 80:80 out/* $RSYNC_TARGET