test gitea actions
Some checks failed
deploy

This commit is contained in:
Sebastian Frank 2023-03-28 14:35:57 +00:00
parent 05f2453e4d
commit 041e582bda
Signed by: apairon
SSH Key Fingerprint: SHA256:lYVOnGlR42QHj7wuqfFgGw8cKbfyZUpzeRDGVBBAHQU

View File

@ -10,7 +10,7 @@ jobs:
name: deploy
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:js-latest
image: gitbase.de/actions/ubuntu:latest
volumes:
- /data:/data
steps:
@ -47,8 +47,7 @@ jobs:
RSYNC_PASS: ${{ secrets.rsync_master }}
run: |
cd docs
apt update && apt install -y sshpass rsync
ls -la
rsync -rlcgD --perms -i -u -v --stats --progress \
--delete \