Remove unused cache and name fields from .woodpecker.yml for cleaner pipeline configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-23 21:38:28 +02:00
parent 64aa08c699
commit 535c82bd81

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