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

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