Files
homelab-compose/.gitea/workflows/update.yml
craisin 642ae95f3d
Some checks failed
Update Compose File / build (push) Failing after 1s
update fix
2025-11-25 12:32:08 -08:00

12 lines
286 B
YAML

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