2024-10-06 10:50:20 +00:00
|
|
|
steps:
|
|
|
|
- name: techtransthai-simple-deploy
|
|
|
|
image: alpine
|
|
|
|
commands:
|
2024-10-06 10:55:11 +00:00
|
|
|
- apk add go
|
2024-10-06 10:50:20 +00:00
|
|
|
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
|
|
|
|
- hugo --destination /mnt/caddy-sites/blachp.techtransthai.org/public
|
|
|
|
volumes:
|
|
|
|
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites
|