From 2e646eed94fbc5dc1cd6cd4d03190c1a6c0a1be2 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Wed, 27 May 2026 09:26:59 +0200 Subject: [PATCH] fix(pipeline): HCL resources block must use newlines not semicolons --- .gitea/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3501868..1600a6b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -65,7 +65,10 @@ jobs: args = ["-c", "mkdir -p /host/moneymaker-data && chmod 777 /host/moneymaker-data && echo 'Created OK'"] volumes = ["/opt/nomad/volumes:/host"] } - resources { cpu = 50; memory = 32 } + resources { + cpu = 50 + memory = 32 + } } } }