aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/ci/git-post-receive.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 14:41:36 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 15:06:51 -0300
commit2bbe3fd19e1f057a7129365cdb4ef5e9336e977e (patch)
tree629054488757080873a557ab31ae89c537fa2605 /src/infrastructure/ci/git-post-receive.sh
parentrc.sh: Conditionally "mkdir -p $XDG_*" (diff)
downloadtoph-2bbe3fd19e1f057a7129365cdb4ef5e9336e977e.tar.gz
toph-2bbe3fd19e1f057a7129365cdb4ef5e9336e977e.tar.xz
src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) and report(8) scripts
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e git notes --ref=refs/notes/ci-data show 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e Exit status: 128 Duration: 0
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 c00c583..65a17a5 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/s/servers/ci/
+ "$DIR"/ "$HTML_OUTDIR"/ci/
rm -rf "$DIR"
} 1>/dev/null 2>&1 &
}