diff options
author | EuAndreh <eu@euandre.org> | 2023-03-27 09:26:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-27 09:42:37 -0300 |
commit | 13347c1620a15f2d5c4921a56df3fe42f9db52df (patch) | |
tree | 69510345e0dbdfe8a37adb5f971c1e7040e4ba72 /src/infrastructure/scripts | |
parent | README.md: Add simplified content (diff) | |
download | server-13347c1620a15f2d5c4921a56df3fe42f9db52df.tar.gz server-13347c1620a15f2d5c4921a56df3fe42f9db52df.tar.xz |
Use "deployer" as the owner of HTML files
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 13347c1620a15f2d5c4921a56df3fe42f9db52df
git notes --ref=refs/notes/ci-data show 13347c1620a15f2d5c4921a56df3fe42f9db52df
Exit status: 0
Duration: 20
Diffstat (limited to 'src/infrastructure/scripts')
-rwxr-xr-x | src/infrastructure/scripts/reconfigure.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infrastructure/scripts/reconfigure.sh b/src/infrastructure/scripts/reconfigure.sh index 9c33434..945f115 100755 --- a/src/infrastructure/scripts/reconfigure.sh +++ b/src/infrastructure/scripts/reconfigure.sh @@ -130,9 +130,9 @@ else sudo -i guix system -c$NPROC -v3 reconfigure /etc/guix/system.scm - sudo -u andreh rsync \ + sudo -u deployer rsync \ --chmod=D775,F664 \ - --chown=andreh:users \ + --chown=deployer:deployer \ -a \ --exclude='dev/ci/*' \ /run/current-system/profile/share/doc/servers/ /srv/www/s/servers/ |