Updates, inlining, fix for container restarts
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-14 19:03:32 -03:00
parent bb0fb34656
commit c01ef1efcc
21 changed files with 1131 additions and 606 deletions

View File

@@ -10,6 +10,14 @@ depends_on:
- ci
steps:
- name: Site build
image: node:22-alpine
commands:
- corepack enable
- corepack prepare pnpm@10.29.2 --activate
- pnpm install --frozen-lockfile
- pnpm build
- name: Docker image build
image: docker:latest
environment: