add git package in CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-06 17:56:07 +07:00
parent 004f2bc9d8
commit 0af14d481d

View file

@ -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: