From 0cb80443f196c0313b67677cf9bc468069b9036c Mon Sep 17 00:00:00 2001 From: craisin Date: Tue, 25 Nov 2025 12:44:20 -0800 Subject: [PATCH] one more try --- .gitea/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 161b5ed..e81f355 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -10,4 +10,5 @@ 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