Remove unused cache and name fields from .woodpecker.yml for cleaner pipeline configuration
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:
@ -1,5 +1,3 @@
|
|||||||
name: deploy
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
deploy:
|
deploy:
|
||||||
image: node:20
|
image: node:20
|
||||||
@ -16,8 +14,3 @@ when:
|
|||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
cache:
|
|
||||||
mount:
|
|
||||||
- node_modules
|
|
||||||
- dist
|
|
||||||
|
|||||||
Reference in New Issue
Block a user