Refactor: BentoPDF (#12597)

* Refactor BentoPDF

* preserve .env.production if it exists

* Increase CPU cores to 2
This commit is contained in:
Chris
2026-03-05 12:53:15 -05:00
committed by GitHub
parent 5162f13372
commit 352716319f
3 changed files with 26 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
"type": "default",
"script": "ct/bentopdf.sh",
"resources": {
"cpu": 1,
"cpu": 2,
"ram": 4096,
"hdd": 4,
"os": "debian",