Use older hugo for now
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d94291f435
commit
ff3b382a0e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ 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
|
||||
- apk add git go hugo
|
||||
# - apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
||||
- hugo --destination /mnt/caddy-sites/blog.techtransthai.org/public
|
||||
volumes:
|
||||
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Reference in a new issue