Do not remove .well-known on deploy

This commit is contained in:
Tito Sacchi 2024-02-18 18:52:59 +01:00
parent ca9df83ec9
commit ce2e5ffb14
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ config :: Configuration
config = defaultConfiguration {
deployCommand = "rsync -avP --delete \
\ --exclude blog --exclude cgi-bin --exclude .DS_Store \
\ _site/ tito@tilde.team:~/public_html"
\ --exclude .well-known _site/ tito@tilde.team:~/public_html"
}
postCtx :: Tags -> Context String