mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-01-24 12:22:46 +01:00
Add nixpacks config
This commit is contained in:
parent
d8071c0975
commit
21c258fc38
1 changed files with 12 additions and 0 deletions
12
nixpacks.toml
Normal file
12
nixpacks.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[ phases.setup]
|
||||
aptPkgs = ["hugo"]
|
||||
|
||||
[ phases.build ]
|
||||
cmds = ["hugo --minify"]
|
||||
|
||||
[ environment ]
|
||||
HUGO_VERSION = "0.128.0"
|
||||
|
||||
[[ nixpacks.included_files ]]
|
||||
paths = ["/public"]
|
||||
|
Loading…
Reference in a new issue