bonfire/.drone.yml

26 lines
412 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
volumes:
- name: bonfire
2025-01-18 17:50:22 +03:30
path: /home/light/bonfire/
steps:
- name: build_deploy
2025-01-18 17:41:50 +03:30
privileged: true
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/
commands:
2025-01-18 17:06:19 +03:30
- pnpm install
- pnpm run build
2025-01-18 17:30:09 +03:30
- ls .
- ls /
2025-02-21 18:02:25 +03:30
- ls /home/
- ls /home/light/
2025-01-18 17:30:09 +03:30
- ls /data/
- rm -rv /data/bonfire
- cp -rv ./build /data/bonfire/