update fix
Some checks failed
Update Compose File / build (push) Failing after 1s

This commit is contained in:
2025-11-25 12:32:08 -08:00
parent 26f576db48
commit 642ae95f3d

View File

@@ -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\""