From 7946ad25e7e98da09b5f4f4893f6a3a6343661cb Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 26 Oct 2020 13:02:13 -0700 Subject: [PATCH] new docker version which uses sshpass --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ba6c70..57b1984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: shockrah/website:1.1 +image: shockrah/website:1.2 before_script: - eval $(ssh-agent -s) @@ -11,4 +11,4 @@ deploy: script: - bash ./build.sh - echo the next item will fail - - scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/wwww/website + - sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/wwww/website