From 31ba445eb26c8f8307afd4a112b96a5767059f73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Dec 2022 21:35:30 -0300 Subject: I knew it was a typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68ebe338..52084100 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ pages: - mkdir -p ~/.ssh - echo "${SSH_PRIVATE_KEY}" | base64 -d | tr -d '\r' > ~/.ssh/id_rsa - chmod -R 700 ~/.ssh - - rsync -e 'ssh $SSH_OPTIONS' -aHv --delete public/updates $MYHOST:$FILE_LOCATION + - rsync -e 'ssh ${SSH_OPTIONS}' -aHv --delete public/updates $MYHOST:$FILE_LOCATION artifacts: paths: - public -- cgit v1.2.3-60-g2f50