Add link to the draft
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c52a2e4fff
commit
79812a9bd8
3 changed files with 8 additions and 1 deletions
2
site.hs
2
site.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue