From 83eefb000a9b8f38f3d91a06eae47ef3072c03d4 Mon Sep 17 00:00:00 2001 From: Odyssium Date: Mon, 3 Apr 2023 14:33:31 +0200 Subject: [PATCH] use bcow git-openssh-alpine image Signed-off-by: Odyssium --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 685bf72..d2b91fc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,10 +4,9 @@ pipeline: commands: - mkdocs build deploy: - image: debian:stable-slim + image: codeberg.org/video-prize-ranch/git-openssh-alpine:latest secrets: [ ssh_key, mail ] commands: - - apt update && apt install -y git openssh-client # SSH configuration - mkdir ~/.ssh - ssh-keyscan -t ed25519 codeberg.org >> ~/.ssh/known_hosts