Update woodpecker config
This commit is contained in:
parent
1457177038
commit
6302ce531d
1 changed files with 1 additions and 12 deletions
|
|
@ -8,17 +8,6 @@ clone:
|
||||||
src/content: https://codeberg.org/aleidk/blog-content.git
|
src/content: https://codeberg.org/aleidk/blog-content.git
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
add-codeber-config:
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- mkdir dist
|
|
||||||
- |
|
|
||||||
cat >dist/.domains <<EOL
|
|
||||||
blog.panconpalta.win
|
|
||||||
personal-page.aleidk.codeberg.page
|
|
||||||
pages.personal-page.aleidk.codeberg.page
|
|
||||||
EOL
|
|
||||||
|
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
@ -26,4 +15,4 @@ steps:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest --activate
|
- corepack prepare pnpm@latest --activate
|
||||||
- pnpm install
|
- pnpm install
|
||||||
- ./deploy.sh
|
- /repo/deploy.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue