jaster.xyz/.woodpecker/deploy.yml
2026-03-03 20:32:51 +01:00

18 lines
384 B
YAML

# Simple workflow for deploying static content to GitHub Pages
when:
- event: push
branch: main
depends_on:
- ci
steps:
build:
image: oven/bun:debian
commands:
# Install curl & make
- apt-get update && apt-get install -y curl make
# Install D2
- curl -fsSL https://d2lang.com/install.sh | sh -s --
- bun install
- bun run build