This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user