From b479da818f2d831801cd7790ada2ec526dad3ddb Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Mon, 18 Mar 2024 22:09:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml file Former-commit-id: 4f7f43dda225dfcc073c0ef507b68225b577fe31 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eca45b64..00613955 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,4 +161,4 @@ documentation: stage: build script: - cd ./documentation && mkdocs build -c --verbose - - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" /tmp/cr-site/* $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/flexpart + - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" /tmp/cr-site/* "$WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/flexpart" -- GitLab