parent
05f2453e4d
commit
041e582bda
@ -10,7 +10,7 @@ jobs:
|
|||||||
name: deploy
|
name: deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:js-latest
|
image: gitbase.de/actions/ubuntu:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /data:/data
|
- /data:/data
|
||||||
steps:
|
steps:
|
||||||
@ -47,8 +47,7 @@ jobs:
|
|||||||
RSYNC_PASS: ${{ secrets.rsync_master }}
|
RSYNC_PASS: ${{ secrets.rsync_master }}
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
|
ls -la
|
||||||
apt update && apt install -y sshpass rsync
|
|
||||||
|
|
||||||
rsync -rlcgD --perms -i -u -v --stats --progress \
|
rsync -rlcgD --perms -i -u -v --stats --progress \
|
||||||
--delete \
|
--delete \
|
||||||
|
Loading…
Reference in New Issue
Block a user