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

15 lines
No EOL
338 B
YAML

when:
- branch: main
event: push
- event: tag
steps:
- name: deploy
image: node
commands:
- npm i
- npm run build
- rm -rf /mnt/caddy-sites/fsob.techtransthai.org/*
- cp -r dist/* /mnt/caddy-sites/fsob.techtransthai.org/
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites