From c84fc0ed039aa2ea91195027c3dbe8fbb57080fd Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 29 Feb 2024 17:06:39 -0300 Subject: [PATCH] fix(woodpecker): incorrect yaml syntax --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 57dbd48..f6b617d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ steps: build-and-publish: image: node:20-alpine environment: - - NODE_ENV: production + - NODE_ENV=production secrets: - codeberg_ssh_key commands: