Add CD to deploy containers
All checks were successful
Deploy homelab / Deploy (push) Successful in 2s

This commit is contained in:
2025-09-02 23:29:18 -05:00
parent f74d197e8d
commit df87c0b983

View File

@@ -0,0 +1,14 @@
name: Deploy homelab
on:
push:
branches: main
jobs:
deploy:
name: Deploy
runs-on: homelab
steps:
- run: |
cd /home/matthew/homelab
docker compose up -d --remove-orphans