use hugo from normal alpine repos
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
b979944a72
commit
1d3ee32aef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
- apk add git go hugo
|
||||||
- hugo
|
- hugo
|
||||||
- rm -rf /mnt/caddy-sites/thailinux.techtransthai.org/*
|
- rm -rf /mnt/caddy-sites/thailinux.techtransthai.org/*
|
||||||
- cp -r public/* /mnt/caddy-sites/thailinux.techtransthai.org
|
- cp -r public/* /mnt/caddy-sites/thailinux.techtransthai.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue