From f511e5637e8743d8a628c1d97f539511a0486374 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sat, 14 Mar 2026 14:32:16 +0200 Subject: fix gitlab-ci x8 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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 && -- cgit v1.3-3-g829e