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 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 \