Revert "ci: switch to debian:stable-slim for SSH compatibility"
This reverts commit 0da9839b3a.
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user