Compare commits
2 commits
63a8d1d8c3
...
2c06721fa7
Author | SHA1 | Date | |
---|---|---|---|
2c06721fa7 | |||
bba1d4d216 |
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
steps:
|
||||||
|
- name: techtransthai-simple-deploy
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
||||||
|
- hugo --destination /mnt/caddy-sites/blachp.techtransthai.org/public
|
||||||
|
volumes:
|
||||||
|
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Reference in a new issue