woodpecker-ci config
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Norman Köhring 12 months ago
parent d799e922cc
commit 24667c577f

@ -0,0 +1,17 @@
services:
ylt:
image: ousamabenyounes/yellowlabtools
pipeline:
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/

@ -1,7 +1,7 @@
import { retryFetch } from "./toolkit.ts";
const STATUS_URL = "http://localhost:8383/api/runs/";
const RESULT_URL = "http://localhost:8383/api/results/";
const STATUS_URL = "http://ylt:8383/api/runs/";
const RESULT_URL = "http://ylt:8383/api/results/";
const METRIC_DEFAULTS = {
device: "desktop",
waitForResponse: false,

Loading…
Cancel
Save