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