From 1cc0e938f2ae56d7d7fabf88631b812837d2f0f4 Mon Sep 17 00:00:00 2001 From: craisin Date: Wed, 26 Nov 2025 14:59:07 -0800 Subject: [PATCH] path fix --- .gitea/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 096b384..e2732bb 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -20,4 +20,4 @@ jobs: shell: bash - name: Update Compose run: | - ssh -i private.key craisin@minicraisin cd config && git pull && docker compose up -d --remove-orphans \ No newline at end of file + ssh -i private.key craisin@minicraisin cd ~/config && git pull && docker compose up -d --remove-orphans \ No newline at end of file