Skip to content

Commit 1bf9829

Browse files
committed
ci: rrsync prepends the restricted upload path, we need to leave it out
1 parent 4da9280 commit 1bf9829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
mkdir -p "$HOME/.ssh"
2727
echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
2828
chmod 600 "$HOME/.ssh/key"
29-
rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/invite "${{ secrets.USERNAME }}@delta.chat:/var/www/html/"
29+
rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/invite/* "${{ secrets.USERNAME }}@i.delta.chat:"

0 commit comments

Comments
 (0)