This commit is contained in:
@@ -10,21 +10,9 @@ jobs:
|
||||
volumes:
|
||||
- /root/docker:/docker
|
||||
steps:
|
||||
- name: Something else else
|
||||
- name: Pull and maybe restart one day
|
||||
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
|
||||
cd /root/docker/gitea
|
||||
git pull
|
||||
echo "TODO: add command"
|
||||
|
||||
Reference in New Issue
Block a user