Init commit
Some checks failed
On Push Deploy / deploy (push) Failing after 0s

This commit is contained in:
Johnny322
2026-02-08 11:24:59 +01:00
commit ac135e98bd
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
name: On Push Deploy
on:
push:
jobs:
deploy:
runs-on: docker
container:
volumes:
- /root/docker:/docker
steps:
- name: Something else else
run: |
ls
ls -la
- 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
echo "TODO: add command"