Add woodpecker config
This commit is contained in:
parent
8ca3b129dc
commit
4b8e7498a2
3 changed files with 22 additions and 1 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
recursive: true
|
||||
submodule_update_remote: true
|
||||
submodule_override:
|
||||
content: https://codeberg.org/aleidk/docs.git
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: codeberg.org/woodpecker-plugins/node-pm
|
||||
commands:
|
||||
- ./deploy.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue