ci(woodpecker): Set NODE_ENV to production in CI

This commit is contained in:
Alexander Navarro 2024-02-29 16:45:43 -03:00
parent 2fe966c6f7
commit df32342455

View file

@ -4,6 +4,8 @@ when:
steps: steps:
build-and-publish: build-and-publish:
image: node:20-alpine image: node:20-alpine
environment:
- NODE_ENV: production
secrets: secrets:
- codeberg_ssh_key - codeberg_ssh_key
commands: commands: