Remove all stages and keep deploy only
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bbfa968ee8
commit
e49b9f3821
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user