Fix on-push
Some checks failed
On Push Deploy / deploy (push) Failing after 3h13m25s

This commit is contained in:
Johnny322
2026-02-08 11:28:26 +01:00
parent ac135e98bd
commit 1e87b77baf

View File

@@ -10,21 +10,9 @@ jobs:
volumes: volumes:
- /root/docker:/docker - /root/docker:/docker
steps: steps:
- name: Something else else - name: Pull and maybe restart one day
run: | run: |
ls ls
ls -la cd /root/docker/gitea
- name: Something else
run: |
cd
ls -la
- name: Something else
run: |
cd /root/docker
ls -la
- name: Pull and run command on server
run: |
ls
cd /root/docker/gitea-setup
git pull git pull
echo "TODO: add command" echo "TODO: add command"