ci: fix destination path after enabling restrictions
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Kimmel 2022-11-20 10:35:43 +01:00
parent 74b8f4f973
commit 7fd6f3698d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]