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

14 lines
292 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 touch hello