Remove unused cache and name fields from .woodpecker.yml for cleaner pipeline configuration

This commit is contained in:
2025-07-23 21:38:28 +02:00
committed by k
parent 548a2d6f53
commit 8e6bd12da5

View File

@ -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