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.
2 parents 3267599 + 165fb5a commit 4580de6Copy full SHA for 4580de6
.github/workflows/publish.yml
@@ -36,4 +36,4 @@ jobs:
36
echo "${{ secrets.WEBCONTAINERS_KEY }}" > ~/.ssh/WEBCONTAINERS_KEY
37
chmod 600 ~/.ssh/WEBCONTAINERS_KEY
38
echo ${{ vars.KNOWN_HOSTS }} > ~/.ssh/known_hosts
39
- rsync -v ---rsh='ssh -i ~/.ssh/WEBCONTAINERS_KEY' --archive --delete-after $source $dest
+ rsync -v --rsh='ssh -i ~/.ssh/WEBCONTAINERS_KEY' --archive --delete-after $source $dest
0 commit comments