diff options
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 && |
