update woodpecker steps names
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending approval

This commit is contained in:
Simon Vieille 2025-05-04 19:10:38 +02:00
commit 5bda4d94b3
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,12 +1,12 @@
steps:
build:
Build:
image: node:20
pull: true
commands:
- npm install --force
- npm run build
update:
"Commit pages":
image: alpine/git
commands:
- mv build /tmp/
@ -21,7 +21,7 @@ steps:
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
deploy:
"Push pages":
image: appleboy/drone-git-push
commands:
settings: