bonfire/.drone.yml

16 lines
282 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
2025-01-18 17:04:42 +03:30
image: ianwalter/pnpm:v1.4.0
2025-01-18 17:27:48 +03:30
volumes:
- name: bonfire
path: /data/bonfire/:/data/bonfire
commands:
2025-01-18 17:06:19 +03:30
- pnpm install
- pnpm run build
- rm -rv /data/bonfire
- cp -rv ./build /data/bonfire/