add git package in CI
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
004f2bc9d8
commit
0af14d481d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ steps:
|
||||||
- name: techtransthai-simple-deploy
|
- name: techtransthai-simple-deploy
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add go
|
- apk add git go
|
||||||
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
||||||
- hugo --destination /mnt/caddy-sites/blachp.techtransthai.org/public
|
- hugo --destination /mnt/caddy-sites/blachp.techtransthai.org/public
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue