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 68c0495 commit bc3cfb4Copy full SHA for bc3cfb4
.github/workflows/docs.yaml
@@ -39,7 +39,7 @@ jobs:
39
mkdir -p "$HOME/.ssh"
40
echo "${{ secrets.STAGING_SSH_KEY }}" > "$HOME/.ssh/key"
41
chmod 600 "$HOME/.ssh/key"
42
- rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/_site/ "${{ secrets.USERNAME }}@chatmail.at:/var/www/html/staging.chatmail.at/doc/relay${{ steps.prepare.outputs.prid }}/"
+ rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/_site/ "root@chatmail.at:/var/www/html/staging.chatmail.at/doc/relay${{ steps.prepare.outputs.prid }}/"
43
44
- name: "Post links to details"
45
id: details
0 commit comments