From e8d2798968cec73ee4fd1eb81cf5f2afbfb4d9b6 Mon Sep 17 00:00:00 2001 From: Odyssium Date: Mon, 3 Apr 2023 14:21:33 +0200 Subject: [PATCH] Switch to Debian Signed-off-by: Odyssium --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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