mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user