Add git-push
Some checks failed
On Push Deploy / deploy (push) Failing after 0s

This commit is contained in:
Johnny322
2026-02-08 11:38:02 +01:00
parent 2c6cfd934b
commit 5f7bd0d441

View File

@@ -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"