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"