From 7fd6f3698d17d28784115633d21773bb4453db0f Mon Sep 17 00:00:00 2001 From: Johannes Kimmel Date: Sun, 20 Nov 2022 10:35:43 +0100 Subject: [PATCH] ci: fix destination path after enabling restrictions --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]