fix: increase artifact upload size for git
Build / precommit (pull_request) Successful in 3m57s

- rpmbuilder artifacts can be very large
- increase 1Gb limit to 5GB
This commit is contained in:
2025-12-30 22:46:55 +11:00
parent 40d8e924ee
commit 88416acc52
+1 -1
View File
@@ -71,7 +71,7 @@ profiles::nginx::simpleproxy::nginx_aliases:
profiles::nginx::simpleproxy::proxy_port: 3000
profiles::nginx::simpleproxy::proxy_path: '/'
nginx::client_max_body_size: 1024M
nginx::client_max_body_size: 5144M
# enable external access via haproxy
profiles::gitea::haproxy::enable: true