bonfire/.drone.yml
light7734 bc46a30450
Some checks failed
continuous-integration/drone/push Build is failing
cicd: change drone's docker image
2025-01-18 17:04:42 +03:30

12 lines
198 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
image: ianwalter/pnpm:v1.4.0
commands:
- npm install
- npm run build
- rm -rv /bonfire
- cp -rv ./build /bonfire/