Files
promptfoo--promptfoo/site/static/img/deploy-options.svg
T
wehub-resource-sync 0d3cb498a3
CI / Shell Format Check (push) Has been cancelled
CI / Check Ruby (3.4) (push) Has been cancelled
CI / CI Config (push) Has been cancelled
CI / Test on Node ${{ matrix.node }} and ${{ matrix.os }}${{ matrix.shard && format(' (shard {0}/3)', matrix.shard) || '' }} (push) Has been cancelled
CI / Build on Node ${{ matrix.node }} (push) Has been cancelled
CI / Style Check (push) Has been cancelled
CI / Generate Assets (push) Has been cancelled
CI / Check Python (3.14) (push) Has been cancelled
CI / Check Python (3.9) (push) Has been cancelled
CI / Build Docs (push) Has been cancelled
CI / Code Scan Action (push) Has been cancelled
CI / Site tests (push) Has been cancelled
CI / webui tests (push) Has been cancelled
CI / Run Integration Tests (push) Has been cancelled
CI / Run Smoke Tests (push) Has been cancelled
CI / Go Tests (push) Has been cancelled
CI / Share Test (push) Has been cancelled
CI / Redteam (Production API) (push) Has been cancelled
CI / Redteam (Staging API) (push) Has been cancelled
CI / GitHub Actions Lint (push) Has been cancelled
CI / Check Ruby (3.0) (push) Has been cancelled
release-please / release-please (push) Has been cancelled
release-please / build (push) Has been cancelled
release-please / publish-npm (push) Has been cancelled
release-please / publish-npm-backfill (push) Has been cancelled
release-please / docker (push) Has been cancelled
release-please / publish-code-scan-action (push) Has been cancelled
release-please / attest-code-scan-action (push) Has been cancelled
Deploy local.promptfoo.app / Deploy to Cloudflare Pages (push) Has been cancelled
Test and Publish Multi-arch Docker Image / test (push) Has been cancelled
Test and Publish Multi-arch Docker Image / build-docker-and-push-digests (map[digest-suffix:linux-amd64 platform:linux/amd64 runner:ubuntu-latest]) (push) Has been cancelled
Test and Publish Multi-arch Docker Image / build-docker-and-push-digests (map[digest-suffix:linux-arm64 platform:linux/arm64 runner:ubuntu-24.04-arm]) (push) Has been cancelled
Test and Publish Multi-arch Docker Image / merge-docker-digests (push) Has been cancelled
Test and Publish Multi-arch Docker Image / Attest Multi-arch Image (push) Has been cancelled
Validate Renovate Config / Validate Renovate Configuration (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:24:08 +08:00

55 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
<!-- Large Circle Around All Icons -->
<circle cx="400" cy="300" r="300" fill="none" stroke="#3182CE" stroke-width="5" stroke-dasharray="15,10" />
<!-- On-Prem Section (Top of Triangle) -->
<g transform="translate(400, 100)">
<!-- Server Rack Icon -->
<rect x="-50" y="-60" width="100" height="120" rx="5" ry="5" fill="#4a5568" />
<!-- Server units -->
<rect x="-45" y="-55" width="90" height="25" rx="2" ry="2" fill="#2d3748" />
<rect x="-45" y="-25" width="90" height="25" rx="2" ry="2" fill="#2d3748" />
<rect x="-45" y="5" width="90" height="25" rx="2" ry="2" fill="#2d3748" />
<rect x="-45" y="35" width="90" height="20" rx="2" ry="2" fill="#2d3748" />
<!-- Server lights -->
<circle cx="-35" cy="-42.5" r="3" fill="#48bb78" />
<circle cx="-35" cy="-12.5" r="3" fill="#48bb78" />
<circle cx="-35" cy="17.5" r="3" fill="#f56565" />
<circle cx="-35" cy="45" r="3" fill="#48bb78" />
<!-- Server rack mounts -->
<rect x="-55" y="-55" width="5" height="115" fill="#718096" />
<rect x="50" y="-55" width="5" height="115" fill="#718096" />
<!-- Label -->
<text x="0" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#2d3748" text-anchor="middle">On-Prem</text>
</g>
<!-- Local (CLI) Section (Bottom Left of Triangle) -->
<g transform="translate(250, 400)">
<!-- Terminal Icon -->
<rect x="-60" y="-60" width="120" height="100" rx="10" ry="10" fill="#2d3748" />
<rect x="-50" y="-50" width="100" height="80" rx="5" ry="5" fill="#1a202c" />
<text x="0" y="-20" font-family="monospace" font-size="18" fill="#48bb78" text-anchor="middle">$_</text>
<!-- Label -->
<text x="0" y="80" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#2d3748" text-anchor="middle">Local</text>
</g>
<!-- Cloud Section (Bottom Right of Triangle) -->
<g transform="translate(550, 400)">
<!-- Cloud Icon -->
<path d="M0,-50
C-40,-50 -50,-20 -40,0
C-60,0 -60,40 -30,50
C-20,70 20,70 30,50
C70,60 70,20 50,10
C60,-30 30,-50 0,-50"
fill="#4299e1" />
<!-- Server lines -->
<line x1="-15" y1="0" x2="15" y2="0" stroke="#f7fafc" stroke-width="3" />
<line x1="-15" y1="10" x2="15" y2="10" stroke="#f7fafc" stroke-width="3" />
<line x1="-15" y1="20" x2="0" y2="20" stroke="#f7fafc" stroke-width="3" />
<!-- Label -->
<text x="0" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#2d3748" text-anchor="middle">Cloud</text>
</g>
</svg>