fifty-shades-of-bully/.woodpecker.yml

15 lines
338 B
YAML
Raw Normal View History

2025-02-28 13:51:17 +00:00
when:
- branch: main
event: push
- event: tag
2024-11-21 02:30:19 +07:00
steps:
2025-02-28 13:51:17 +00:00
- name: deploy
image: node
2024-11-21 02:30:19 +07:00
commands:
- npm i
2025-02-28 13:51:17 +00:00
- npm run build
- rm -rf /mnt/caddy-sites/fsob.techtransthai.org/*
- cp -r dist/* /mnt/caddy-sites/fsob.techtransthai.org/
2024-11-21 02:30:19 +07:00
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites