ci(woodpecker): Set NODE_ENV to production in CI
This commit is contained in:
parent
2fe966c6f7
commit
df32342455
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ when:
|
|||
steps:
|
||||
build-and-publish:
|
||||
image: node:20-alpine
|
||||
environment:
|
||||
- NODE_ENV: production
|
||||
secrets:
|
||||
- codeberg_ssh_key
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue