Skip to content

Commit c24f12c

Browse files
missytakej4n
andauthored
ci: rrsync prepends the restricted upload path, we need to leave it out (#142)
Co-authored-by: j4n <j4n@systemli.org>
1 parent dbed71f commit c24f12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
mkdir -p "$HOME/.ssh"
4444
echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
4545
chmod 600 "$HOME/.ssh/key"
46-
rsync -avzh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" "website/" "${{ secrets.USERNAME }}@delta.chat:/var/www/html/webxdc.org"
46+
rsync -avzh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" "website/" "${{ secrets.USERNAME }}@delta.chat:"

0 commit comments

Comments
 (0)