From 277f4d63a11d02613d5030560a37f38d681fc82c Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sat, 14 Mar 2026 14:33:15 +0200 Subject: fix gitlab-ci x9 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2359af1..b46ecb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,9 +17,9 @@ build: deploy: stage: deploy - image: debian:stable-slim + image: ubuntu:22.04 before_script: - - apt-get update && apt-get install -y sshpass openssh-client + - apt-get update && apt-get install -y sshpass docker.io script: - sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no arkadii@192.168.0.171 " docker stop $IMAGE_NAME || true && -- cgit v1.3-3-g829e