This commit is contained in:
parent
539f205124
commit
48d8e10680
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
steps:
|
||||
- name: techtransthai-simple-deploy
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add git go
|
||||
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
||||
- hugo --destination /mnt/caddy-sites/thailinux.techtransthai.org/public
|
||||
volumes:
|
||||
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Reference in a new issue