Remove all stages and keep deploy only
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
apatil 2025-05-02 00:26:57 +01:00
parent bbfa968ee8
commit e49b9f3821

View File

@ -1,21 +1,4 @@
steps: steps:
install:
image: node:20.19-alpine
commands:
- npm install
when:
event:
- push
- pull_request
build:
image: node:20.19-alpine
commands:
- npm run build
when:
event:
- push
- pull_request
deploy: deploy:
image: docker:latest image: docker:latest
volumes: volumes: