nano-service/.woodpecker/.build.yml

9 lines
125 B
YAML
Raw Normal View History

2024-02-08 20:21:58 +01:00
when:
event: [push]
2024-01-05 13:25:04 +01:00
steps:
2024-01-05 13:36:24 +01:00
build:
image: oven/bun:1.1.3-slim
2024-01-05 13:25:04 +01:00
commands:
2024-01-30 21:50:19 +01:00
- bun install
- bun run build