Switch to Debian

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