added pipeline to deploy

This commit is contained in:
2026-05-10 10:08:11 +02:00
parent 8b2e30eeb5
commit 58250d22a3
+9
View File
@@ -0,0 +1,9 @@
jobs:
deploy:
runs-on: home
steps:
- name: Pull repo
run: |
cd /mnt/ai/repos/main
git pull origin main