This commit is contained in:
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build-and-deploy
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install & build
|
||||||
|
image: oven/bun
|
||||||
|
commands:
|
||||||
|
- bun install
|
||||||
|
- bun run build
|
||||||
Reference in New Issue
Block a user