diff --git a/.woodpecker.yml b/.woodpecker.yml index 8e1a42f..685bf72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,10 +4,10 @@ pipeline: commands: - mkdocs build deploy: - image: opensuse/tumbleweed + image: debian:stable-slim secrets: [ ssh_key, mail ] commands: - - zypper in -y git openssh + - apt update && apt install -y git openssh-client # SSH configuration - mkdir ~/.ssh - ssh-keyscan -t ed25519 codeberg.org >> ~/.ssh/known_hosts