Update woodpecker config

This commit is contained in:
Alexander Navarro 2023-11-25 16:53:22 -03:00
parent 1457177038
commit 6302ce531d

View file

@ -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