summaryrefslogtreecommitdiff
path: root/site.hs
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-04-28 14:55:17 +0200
committerStefan Kreutz <mail@skreutz.com>2022-04-28 14:55:17 +0200
commit3ba902a37daa8f28552ca43665458f97d0634e26 (patch)
tree94a2270849d626d21422a624c0637d19eb09fe41 /site.hs
parente699c3ec492b7c9128f4c89d71e6b9aec3c4fbda (diff)
downloadblog-3ba902a37daa8f28552ca43665458f97d0634e26.tar
Move shell scripts to dedicated directory
Diffstat (limited to 'site.hs')
-rw-r--r--site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.hs b/site.hs
index 6509e4c..17d0aed 100644
--- a/site.hs
+++ b/site.hs
@@ -93,7 +93,7 @@ main = hakyllWith hakyllConfig $ do
hakyllConfig :: Configuration
hakyllConfig = defaultConfiguration
{ previewPort = 8080
- , deployCommand = "./deploy"
+ , deployCommand = "./script/deploy"
}
postContext :: Context String
Generated by cgit. See skreutz.com for my tech blog and contact information.