aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-pre-push.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-30 14:35:57 -0300
committerEuAndreh <eu@euandre.org>2022-05-30 14:35:57 -0300
commitb3597c5e850a02e724f287b04a3701fe13d46fdc (patch)
tree0fc6bad03680409b1cf56919ff1f5dd988339521 /aux/ci/git-pre-push.sh
parentRevert "src/xyz/euandreh/pending.scm: Ad quodlibet" (diff)
downloadpackage-repository-b3597c5e850a02e724f287b04a3701fe13d46fdc.tar.gz
package-repository-b3597c5e850a02e724f287b04a3701fe13d46fdc.tar.xz
aux/: Update
Diffstat (limited to '')
-rwxr-xr-xaux/ci/git-pre-push.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/ci/git-pre-push.sh b/aux/ci/git-pre-push.sh
index eaaa7bd..9883769 100755
--- a/aux/ci/git-pre-push.sh
+++ b/aux/ci/git-pre-push.sh
@@ -5,8 +5,8 @@ TLD="$(cat aux/tld.txt)"
. aux/lib.sh
PROJECT="$(basename "$PWD")"
-LOGS_DIR="/opt/ci/$PROJECT/logs"
-REMOTE_GIT_DIR="/srv/http/$PROJECT.git"
+LOGS_DIR="/opt/www/$TLD/git/ci/$PROJECT/logs"
+REMOTE_GIT_DIR="/opt/www/$TLD/git/repos/$PROJECT.git"
DESCRIPTION="$(mkstemp)"
if [ -f description ]