We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a1a3 commit 5b265ebCopy full SHA for 5b265eb
.gitlab-ci.yml
@@ -44,7 +44,7 @@ variables:
44
- RUSTDOCFLAGS="--cfg docsrs -D warnings" RUSTFLAGS="--cfg xmpprs_doc_build" cargo +nightly doc --no-deps -Zrustdoc-map --all-features
45
- apt install -y rsync openssh-client
46
- mkdir -p $HOME/.ssh
47
- - echo -e "Host docs\n\tHostname docs.xmpp.rs\n\tPort 1312\n\tUser xmpp-rs\n\tStrictHostKeyChecking no" > $HOME/.ssh/config
+ - echo -e "Host docs\n\tHostname ssh.docsxmpprs.sotecware.net\n\tPort 22\n\tUser docs\n\tStrictHostKeyChecking no" > $HOME/.ssh/config
48
- echo "$SECRET_DOCS_SSH_PRIVATE" > $HOME/.ssh/id_ed25519
49
- chmod 400 $HOME/.ssh/id_ed25519
50
- rsync -av target/doc/ docs:$CI_DOC_TARGET
0 commit comments