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:
|
||||
deploy:
|
||||
image: node:20
|
||||
@ -16,8 +14,3 @@ when:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
||||
cache:
|
||||
mount:
|
||||
- node_modules
|
||||
- dist
|
||||
|
||||
Reference in New Issue
Block a user