diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57b1984..0a61edb 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/wwww/website + - sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/www/website