From ec41ef34901bf164b5decb5fa8fa9f150c131a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 11 Jan 2021 11:05:09 +0100 Subject: [PATCH] Patch sftp call for doc deployment in CI --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b61568..9392cd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,4 @@ docs: - chmod 644 ~/.ssh/known_hosts script: - make docs - - sftp fnux@staticwebhosting.ungleich.ch:public_html/cdist-contrib <<- EOF - put -r docs/dist/html/* - EOF + - sftp fnux@staticwebhosting.ungleich.ch:public_html/cdist-contrib <<< "put -r docs/dist/html/*"