250kb-club/.woodpecker.yml
2024-01-09 01:00:19 +01:00

17 lines
369 B
YAML

services:
ylt:
image: ousamabenyounes/yellowlabtools
steps:
analyze:
image: denoland/deno
commands:
- sleep 3
- deno run --allow-read --allow-write --allow-net index.ts
build:
image: jauderho/zola:latest
commands:
- chmod -R a+rw /mnt
- zola build -o /mnt/dist --force
volumes:
- /home/n/CI/250kb_club:/mnt/