2024-10-06 11:25:34 +00:00
|
|
|
steps:
|
|
|
|
- name: techtransthai-simple-deploy
|
|
|
|
image: alpine
|
|
|
|
commands:
|
2024-10-18 16:43:45 +00:00
|
|
|
- apk add git go hugo
|
|
|
|
# - apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
2024-10-06 11:25:34 +00:00
|
|
|
- hugo --destination /mnt/caddy-sites/blog.techtransthai.org/public
|
|
|
|
volumes:
|
|
|
|
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites
|