Woodpecker test
This commit is contained in:
parent
359b0f198d
commit
275b5217c4
1 changed files with 8 additions and 0 deletions
8
.woodpecker/build.yaml
Normal file
8
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
steps:
|
||||||
|
- name: site
|
||||||
|
image: bash
|
||||||
|
commands:
|
||||||
|
- cd /mnt/2TB/sites/sadium
|
||||||
|
- git pull --force
|
||||||
|
- rm -rf public
|
||||||
|
- hugo -D
|
Loading…
Reference in a new issue