aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/ci
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/ci')
-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 &
}