From 642ae95f3d4f7d4fc193e3258a83f40045b1a7c0 Mon Sep 17 00:00:00 2001 From: craisin Date: Tue, 25 Nov 2025 12:32:08 -0800 Subject: [PATCH] update fix --- .gitea/workflows/update.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/update.yml diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml new file mode 100644 index 0000000..7834e29 --- /dev/null +++ b/.gitea/workflows/update.yml @@ -0,0 +1,12 @@ +name: Update Compose File + +on: + push: + branches: master + +jobs: + build: + runs-on: ubuntu-latest + steps: + - 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