Add link to the draft
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Yiyun Liu 2025-07-15 15:02:44 -04:00
parent c52a2e4fff
commit 79812a9bd8
3 changed files with 8 additions and 1 deletions

View file

@ -9,7 +9,7 @@ hakyllConfig :: Configuration
hakyllConfig =
defaultConfiguration
{ deployCommand =
"rsync -ave ssh --rsync-path=/usr/bin/openrsync _site/ ohqo@192.168.77.4:/var/www/htdocs/electriclam.com --delete"
"rsync -ave 'ssh -p 10087' _site/ alcymd@electriclam.com:/var/www/infopage --delete"
}
pandocOptions :: WriterOptions