aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/ci/git-post-receive.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 09:26:37 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 09:42:37 -0300
commit13347c1620a15f2d5c4921a56df3fe42f9db52df (patch)
tree69510345e0dbdfe8a37adb5f971c1e7040e4ba72 /src/infrastructure/ci/git-post-receive.sh
parentREADME.md: Add simplified content (diff)
downloadtoph-13347c1620a15f2d5c4921a56df3fe42f9db52df.tar.gz
toph-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/ci/git-post-receive.sh')
-rwxr-xr-xsrc/infrastructure/ci/git-post-receive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh
index bd21478..c00c583 100755
--- a/src/infrastructure/ci/git-post-receive.sh
+++ b/src/infrastructure/ci/git-post-receive.sh
@@ -144,7 +144,7 @@ mkdtemp() {
--chown=deployer:deployer \
--delete \
-a \
- "$DIR"/ /srv/www/dev/ci/
+ "$DIR"/ /srv/www/s/servers/ci/
rm -rf "$DIR"
} 1>/dev/null 2>&1 &
}