Files
homelab-compose/.gitea/workflows/update.yml
craisin 41dc763161
Some checks failed
Update Compose File / build (push) Failing after 9s
kiss maybe?
2025-11-25 12:41:55 -08:00

13 lines
333 B
YAML

name: Update Compose File
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
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