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
|
||||
|
||||
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:
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
|
|
@ -26,4 +15,4 @@ steps:
|
|||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- pnpm install
|
||||
- ./deploy.sh
|
||||
- /repo/deploy.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue