update woodpecker steps names
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending approval
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending approval
This commit is contained in:
parent
2a573ce4b5
commit
5bda4d94b3
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue