mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 13:49:04 +02:00
17 lines
369 B
YAML
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/
|