test woodpecker config
This commit is contained in:
parent
272518bb40
commit
739d6842a1
1 changed files with 13 additions and 1 deletions
|
|
@ -8,7 +8,19 @@ clone:
|
||||||
content: https://codeberg.org/aleidk/docs.git
|
content: https://codeberg.org/aleidk/docs.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
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: codeberg.org/woodpecker-plugins/node-pm
|
image: codeberg.org/woodpecker-plugins/node-pm
|
||||||
commands:
|
commands:
|
||||||
- ./deploy.sh
|
- build
|
||||||
|
- gh-pages --dist dist --branch pages --dotfiles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue