summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 14:33:15 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 14:33:15 +0200
commit277f4d63a11d02613d5030560a37f38d681fc82c (patch)
tree6eabada41f706ccde3ebebe11a34270cf8bd1d25
parentf511e5637e8743d8a628c1d97f539511a0486374 (diff)
fix gitlab-ci x9
-rw-r--r--.gitlab-ci.yml4
1 files 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 &&