From 41dc7631610c4d19fa4c2d48f43aa6378e2880cb Mon Sep 17 00:00:00 2001 From: craisin Date: Tue, 25 Nov 2025 12:41:55 -0800 Subject: [PATCH] kiss maybe? --- .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 5d5ac98..161b5ed 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -10,4 +10,4 @@ jobs: steps: - run: apt update && apt install sshpass -y - name: Update Compose - run: "sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin 'cd ~/config && git pull && docker compose up -d --remove-orphans'" \ No newline at end of file + run: sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin cd ~/config && git pull && docker compose up -d --remove-orphans \ No newline at end of file