Files
jinshen_calculator/.drone.yml

10 lines
161 B
YAML

kind: pipeline
type: docker
name: build-and-deploy
steps:
- name: install & build
image: oven/bun
commands:
- bun install
- bun run build