All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
13 lines
272 B
YAML
13 lines
272 B
YAML
steps:
|
|
build:
|
|
image: node:22-alpine
|
|
environment:
|
|
STRAPI_URL:
|
|
from_secret: STRAPI_URL
|
|
SITE_URL:
|
|
from_secret: SITE_URL
|
|
commands:
|
|
- corepack enable
|
|
- pnpm --filter front install --frozen-lockfile
|
|
- pnpm front:build
|