aboutsummaryrefslogtreecommitdiff
path: root/internal/lume
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-09 11:58:18 -0400
committerXe Iaso <me@xeiaso.net>2024-06-09 11:58:18 -0400
commitdda994fe63853e8251ae3ed1c9b43efb1a133c00 (patch)
tree09d41a3274a495fdc5d7b6f67ec4964c886a0416 /internal/lume
parentad6b5de925f6afa92fc17f04de7be71af5bcc78e (diff)
downloadxesite-dda994fe63853e8251ae3ed1c9b43efb1a133c00.tar.xz
xesite-dda994fe63853e8251ae3ed1c9b43efb1a133c00.zip
How I overengineered my preview site
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal/lume')
-rw-r--r--internal/lume/lume.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/lume/lume.go b/internal/lume/lume.go
index c7230c6..64a32c8 100644
--- a/internal/lume/lume.go
+++ b/internal/lume/lume.go
@@ -686,5 +686,7 @@ func (f *FS) futureSight(ctx context.Context) error {
return web.NewError(http.StatusOK, resp)
}
+ slog.Info("deployed to preview site")
+
return nil
}