coolify setup

This commit is contained in:
2025-07-31 01:10:36 +02:00
parent fc15ebbde0
commit a8ed0e9b4b
4 changed files with 20 additions and 73 deletions

11
nixpacks.toml Normal file
View File

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