From 58250d22a3d63bc9ae9931a35e30e3c4e9b69208 Mon Sep 17 00:00:00 2001 From: TimHoogervorst Date: Sun, 10 May 2026 10:08:11 +0200 Subject: [PATCH] added pipeline to deploy --- .gitea/workflows/deploy-agent.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/deploy-agent.yaml diff --git a/.gitea/workflows/deploy-agent.yaml b/.gitea/workflows/deploy-agent.yaml new file mode 100644 index 0000000..90475fb --- /dev/null +++ b/.gitea/workflows/deploy-agent.yaml @@ -0,0 +1,9 @@ +jobs: + deploy: + runs-on: home + + steps: + - name: Pull repo + run: | + cd /mnt/ai/repos/main + git pull origin main \ No newline at end of file