From 07a18f824fd8383ea4d2f96e98981cd44a7db4ca Mon Sep 17 00:00:00 2001 From: craisin Date: Tue, 25 Nov 2025 12:34:59 -0800 Subject: [PATCH] fix workflow --- .gitea/workflows/update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 7834e29..6ff1a48 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -8,5 +8,6 @@ jobs: build: runs-on: ubuntu-latest steps: + - run: apt install sshpass - 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