traveling-salesman-bangkok/.woodpecker.yml

11 lines
278 B
YAML
Raw Normal View History

2025-02-28 19:41:48 +07:00
steps:
- name: techtransthai-simple-deploy
image: node
commands:
- npm i
- npm run build
2025-02-28 19:47:13 +07:00
- cp -r public/* /mnt/caddy-sites/tsib.techtransthai.org/
2025-02-28 19:41:48 +07:00
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
when:
- branch: main