From 4e90ce85a176a837917608552677a89911017caf Mon Sep 17 00:00:00 2001 From: json Date: Thu, 18 Jun 2026 12:23:00 +0000 Subject: [PATCH] of course not --- .gitea/workflows/spotizarr_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/spotizarr_deploy.yaml b/.gitea/workflows/spotizarr_deploy.yaml index 5bdb0ec..8c3af6e 100644 --- a/.gitea/workflows/spotizarr_deploy.yaml +++ b/.gitea/workflows/spotizarr_deploy.yaml @@ -21,8 +21,8 @@ jobs: key: ${{ secrets.DEPLOY_SSH_KEY }} port: 22 script: | - cd ~/containers/servarr/spotizarr - git pull origin main + cd /home/json/containers/servarr/spotizerr && + git pull origin main && docker compose down && docker compose up -d