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