Skip to content

Commit 4580de6

Browse files
authored
Merge pull request #205 from Hubs-Foundation/fix-sync-publish
fixes syntax error in sync-publishing
2 parents 3267599 + 165fb5a commit 4580de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
echo "${{ secrets.WEBCONTAINERS_KEY }}" > ~/.ssh/WEBCONTAINERS_KEY
3737
chmod 600 ~/.ssh/WEBCONTAINERS_KEY
3838
echo ${{ vars.KNOWN_HOSTS }} > ~/.ssh/known_hosts
39-
rsync -v ---rsh='ssh -i ~/.ssh/WEBCONTAINERS_KEY' --archive --delete-after $source $dest
39+
rsync -v --rsh='ssh -i ~/.ssh/WEBCONTAINERS_KEY' --archive --delete-after $source $dest

0 commit comments

Comments
 (0)