From fc15af22490d563be3f66186e95dbbc02401f112 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Mar 2023 15:23:05 -0300 Subject: conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI} --- src/infrastructure/ci/git-post-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infrastructure/ci') diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh index 65a17a5..612a268 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"/ "$HTML_OUTDIR"/ci/ + "$DIR"/ "$HTML_OUTDIR_CI"/ rm -rf "$DIR" } 1>/dev/null 2>&1 & } -- cgit v1.2.3