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