From 13347c1620a15f2d5c4921a56df3fe42f9db52df Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 09:26:37 -0300 Subject: Use "deployer" as the owner of HTML files --- src/infrastructure/ci/git-post-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infrastructure/ci/git-post-receive.sh') 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 & } -- cgit v1.2.3