summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 14:32:16 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 14:32:16 +0200
commitf511e5637e8743d8a628c1d97f539511a0486374 (patch)
tree382985940cebf3fa9426ff05b5f5f10d97a94547
parente6e20a2691003597d6f482dc52b719f7d63b61cc (diff)
fix gitlab-ci x8
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23125e7..2359af1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,9 @@ build:
deploy:
stage: deploy
- image: docker:24.0.5
+ image: debian:stable-slim
before_script:
- - apt-get update && apt-get install -y sshpass
+ - apt-get update && apt-get install -y sshpass openssh-client
script:
- sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no arkadii@192.168.0.171 "
docker stop $IMAGE_NAME || true &&