diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-24 21:35:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-24 21:35:30 -0300 |
commit | 31ba445eb26c8f8307afd4a112b96a5767059f73 (patch) | |
tree | bf3da45d48ca2b4109025aa5ae59be5b6242effa | |
parent | 092567aed09b24a6fe53e0e8cb384836aa008279 (diff) | |
download | serverdata-31ba445eb26c8f8307afd4a112b96a5767059f73.tar.gz serverdata-31ba445eb26c8f8307afd4a112b96a5767059f73.tar.bz2 serverdata-31ba445eb26c8f8307afd4a112b96a5767059f73.tar.xz serverdata-31ba445eb26c8f8307afd4a112b96a5767059f73.zip |
I knew it was a typo
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |