ci: switch to debian:stable-slim for SSH compatibility

This commit is contained in:
asepharyana
2026-07-02 01:55:21 +07:00
parent a62c23f1e8
commit 0da9839b3a
+2 -2
View File
@@ -23,11 +23,11 @@ variables:
deploy-vps:
stage: deploy
image: alpine:latest
image: debian:stable-slim
only:
- master
before_script:
- apk add --no-cache openssh-client git
- apt-get update -qq && apt-get install -y -qq openssh-client git
- mkdir -p ~/.ssh
- cp "$VPS_SSH_KEY" ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa