diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 14:32:16 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 14:32:16 +0200 |
| commit | f511e5637e8743d8a628c1d97f539511a0486374 (patch) | |
| tree | 382985940cebf3fa9426ff05b5f5f10d97a94547 /.gitlab-ci.yml | |
| parent | e6e20a2691003597d6f482dc52b719f7d63b61cc (diff) | |
fix gitlab-ci x8
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 && |
