From eceac33d85596f2ba2ac295c2b7d2f67a53dbb8c Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 26 Oct 2020 13:31:17 -0700 Subject: [PATCH] adding trailing slash to properly affix path of website contents --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a61edb..32d5aed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,4 +11,4 @@ deploy: script: - bash ./build.sh - echo the next item will fail - - sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/www/website + - sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r .mirror root@shockrah.xyz:/var/www/website/