aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts/reconfigure.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 08:32:49 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 08:32:49 -0300
commitab742a1ebc61d571bb9d13d7692ef7e245bba192 (patch)
tree0329573f78946daac6fa62802d189ca53ef2e809 /src/infrastructure/scripts/reconfigure.sh
parentMakefile: Rename "result" to "system" (diff)
downloadtoph-ab742a1ebc61d571bb9d13d7692ef7e245bba192.tar.gz
toph-ab742a1ebc61d571bb9d13d7692ef7e245bba192.tar.xz
Build HTML and install it via CI
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show ab742a1ebc61d571bb9d13d7692ef7e245bba192 git notes --ref=refs/notes/ci-data show ab742a1ebc61d571bb9d13d7692ef7e245bba192 Exit status: 0 Duration: 27
Diffstat (limited to 'src/infrastructure/scripts/reconfigure.sh')
-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