diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc7bdd2..89b8bb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,14 @@ image: shockrah/website:1.1 -variables: - SSH_PASS: $VPS_PASS +before_script: + - eval $(ssh-agent -s) + - echo $SSH_PRIVATE_KEY | tr -d '\r' | ssh-add - > /dev/null + - mkdir -p ~/.ssh/ + - chmod 700 ~/.ssh/ deploy: stage: build script: - bash ./build.sh - - ls -R .mirror + - echo the next item will fail + - scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/wwww/website