del gitea
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
@kirill.komarov
2026-06-17 12:33:48 +05:00
parent 621414d13c
commit eb505b5ca2
+5 -5
View File
@@ -1,26 +1,26 @@
when: when:
branch: main branch: main
event: push event: [push, manual]
steps: steps:
install: install:
image: node:20 image: node:20
commands: commands:
- npm ci - cd client && npm install
lint: lint:
image: node:20 image: node:20
commands: commands:
- npm run lint - cd client && npm run lint
depends_on: [install] depends_on: [install]
build: build:
image: node:20 image: node:20
commands: commands:
- npm run build - cd client && npm run build
depends_on: [install] depends_on: [install]
deploy: deploy:
image: alpine:latest image: alpine:latest
environment: environment:
DEPLOY_KEY: DEPLOY_KEY: