From 041e582bda6d1926ee74e30f2dd5eb66f5fa4281 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Tue, 28 Mar 2023 14:35:57 +0000 Subject: [PATCH] test gitea actions --- .gitea/workflows/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c0cf8b9..6f7477c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 \