From 3d3c326707b2167a3f1b107e8e3fac1c06dbbe95 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 29 Oct 2020 19:51:12 -0700 Subject: [PATCH] holding onto keys and using new no password auth, only public/private keys are allowed now --- .gitignore | 1 + .gitlab-ci.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d0444f..9da127f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ site/ tmp/ .env .mirror +keys/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ae7c9d..149ea95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,5 @@ deploy: stage: build script: - bash ./build.sh - - echo the next item will fail - ssh root@shockrah.xyz "rm -rf /var/www/website" - - scp -o StrictHostKeyChecking=no -r .mirror root@shockrah.xyz:/var/www/website/ + - scp -r .mirror root@shockrah.xyz:/var/www/website/