Skip to content

Commit bc3cfb4

Browse files
committed
try root
1 parent 68c0495 commit bc3cfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkdir -p "$HOME/.ssh"
4040
echo "${{ secrets.STAGING_SSH_KEY }}" > "$HOME/.ssh/key"
4141
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 }}/"
42+
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 }}/"
4343
4444
- name: "Post links to details"
4545
id: details

0 commit comments

Comments
 (0)