Files
homelab-compose/.gitea/workflows/update.yml
craisin 12df37ec4b
Some checks failed
Update Compose File / build (push) Failing after 8s
test
2025-11-25 12:46:36 -08:00

14 lines
253 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: |
ssh craisin@minicraisin touch hello