use bcow git-openssh-alpine image

Signed-off-by: Odyssium <hi@odyssey346.dev>
This commit is contained in:
Odyssium
2023-04-03 14:33:31 +02:00
parent e8d2798968
commit 83eefb000a
+1 -2
View File
@@ -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