250kb-club/.woodpecker.yml
Norman Köhring 998be611fc pages update
2024-02-22 14:28:01 +01:00

17 lines
386 B
YAML

services:
ylt:
image: ousamabenyounes/yellowlabtools
steps:
analyze:
image: denoland/deno
commands:
- sleep 3
- deno run --allow-read --allow-write --allow-net --allow-env="CI" 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/