deploy: move checkout to /opt/resumesite
CI / quality (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / lighthouse (push) Has been cancelled
CI / relay (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
CI / images (push) Has been cancelled

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
cesnimda
2026-07-10 22:02:41 +02:00
parent 0cd516a424
commit ec7ae1c70f
+1 -1
View File
@@ -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"