From ec7ae1c70f544073eddd15b9d61a4110960ff9d2 Mon Sep 17 00:00:00 2001 From: cesnimda Date: Fri, 10 Jul 2026 22:02:41 +0200 Subject: [PATCH] deploy: move checkout to /opt/resumesite Co-Authored-By: Claude Opus 4.8 --- deploy/autodeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/autodeploy.sh b/deploy/autodeploy.sh index 9aa5ff6..e9d33c8 100644 --- a/deploy/autodeploy.sh +++ b/deploy/autodeploy.sh @@ -3,7 +3,7 @@ # ponytail: 1-minute cron poll, not a webhook — swap for the Gitea runner # (.gitea/workflows/deploy.yml) once the runner's job image has the Docker CLI + socket. set -e -REPO=/home/pi/resumesite +REPO=/opt/resumesite exec 9>/tmp/resumesite-deploy.lock flock -n 9 || exit 0 # a build is already running cd "$REPO"