diff --git a/.woodpecker.yml b/.woodpecker.yml index 0f1d877..f4a3cee 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -30,6 +30,6 @@ pipeline: - ssh-keyscan -t ed25519 git.freifunk-franken.de > $HOME/.ssh/known_hosts - echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_ed25519 - chmod 0600 $HOME/.ssh/id_ed25519 - - rsync -a public/ docs@git.freifunk-franken.de:/var/www/docs/ + - rsync -a public/ "docs@git.freifunk-franken.de:" branches: [ master ]