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 4da9280 commit 1bf9829Copy full SHA for 1bf9829
1 file changed
.github/workflows/deploy.yml
@@ -26,4 +26,4 @@ jobs:
26
mkdir -p "$HOME/.ssh"
27
echo "${{ secrets.KEY }}" > "$HOME/.ssh/key"
28
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/"
+ rsync -rILvh -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/invite/* "${{ secrets.USERNAME }}@i.delta.chat:"
0 commit comments