From 5f7bd0d4417b4be3d70840eb12db18edddc001b2 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Sun, 8 Feb 2026 11:38:02 +0100 Subject: [PATCH] Add git-push --- .gitea/workflows/on-push.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/on-push.yml diff --git a/.gitea/workflows/on-push.yml b/.gitea/workflows/on-push.yml new file mode 100644 index 0000000..e679c46 --- /dev/null +++ b/.gitea/workflows/on-push.yml @@ -0,0 +1,18 @@ +name: On Push Deploy + +on: + push: + +jobs: + deploy: + runs-on: pusher + container: + volumes: + - /root/repos:/repos + steps: + - name: Pull and maybe restart one day + run: | + ls + cd /root/repos/music-jeopardy + git pull + echo "TODO: add command"