mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
use bcow git-openssh-alpine image
Signed-off-by: Odyssium <hi@odyssey346.dev>
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user