coolify setup

This commit is contained in:
2025-07-31 01:35:04 +02:00
parent f861679a2f
commit c4a47661d8
2 changed files with 1 additions and 4 deletions

View File

View File

@@ -1,11 +1,8 @@
[phases.setup] [phases.setup]
aptPkgs = ["hugo"] nixPkgs = ["hugo"]
[ phases.build ] [ phases.build ]
cmds = ["hugo --minify --config config/_default/hugo.toml"] cmds = ["hugo --minify --config config/_default/hugo.toml"]
[ environment ]
HUGO_VERSION = "0.123.0"
[[ nixpacks.included_files ]] [[ nixpacks.included_files ]]
paths = ["/dist"] paths = ["/dist"]