Skip to content

Commit 5f07f6a

Browse files
committed
Fix path in rsync
1 parent 4634d4a commit 5f07f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
chmod 600 sftp_key
4242
echo "$SFTP_KNOWN_HOSTS" > known_hosts
4343
chmod 600 known_hosts
44-
rsync -avz --delete -e "ssh -i sftp_key -o UserKnownHostsFile=known_hosts" dist/ $SFTP_USERNAME@$SFTP_HOST:/path/to/your/website
44+
rsync -avz --delete -e "ssh -i sftp_key -o UserKnownHostsFile=known_hosts" dist/ $SFTP_USERNAME@$SFTP_HOST:/var/www/www.setonix

0 commit comments

Comments
 (0)