aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/scripts')
-rwxr-xr-xsrc/infrastructure/scripts/reconfigure.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/infrastructure/scripts/reconfigure.sh b/src/infrastructure/scripts/reconfigure.sh
index 51c7de8..4936e07 100755
--- a/src/infrastructure/scripts/reconfigure.sh
+++ b/src/infrastructure/scripts/reconfigure.sh
@@ -130,5 +130,10 @@ else
sudo -i guix system -c$NPROC -v3 reconfigure /etc/guix/system.scm
+ rsync \
+ --chmod=D775,F664 \
+ -a \
+ --exclude='dev/ci/*' \
+ /run/current-system/profile/share/doc/servers/ /srv/www/s/servers/
deploy
fi