Update woodpecker config
This commit is contained in:
parent
d9910e60c6
commit
1457177038
1 changed files with 8 additions and 11 deletions
|
|
@ -19,14 +19,11 @@ steps:
|
|||
pages.personal-page.aleidk.codeberg.page
|
||||
EOL
|
||||
|
||||
build:
|
||||
image: codeberg.org/woodpecker-plugins/node-pm
|
||||
settings:
|
||||
run: build
|
||||
|
||||
publish:
|
||||
image: codeberg.org/woodpecker-plugins/node-pm
|
||||
volumes:
|
||||
- /usr/bin/git:/usr/bin/git:ro
|
||||
settings:
|
||||
run: push-to-pages
|
||||
build-and-publish:
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- apk add git
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- pnpm install
|
||||
- ./deploy.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue