From d95f753aa8cbd8c15c13a0e354c3ff77f2af72a7 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 1 Mar 2026 14:43:06 +0000 Subject: [PATCH] remove f1-stream CI pipeline (moved to separate repo) The f1-stream project now lives at github.com/ViktorBarzin/f1-stream with its own Woodpecker CI pipeline. --- .woodpecker/f1-stream.yml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .woodpecker/f1-stream.yml diff --git a/.woodpecker/f1-stream.yml b/.woodpecker/f1-stream.yml deleted file mode 100644 index d5fdb629..00000000 --- a/.woodpecker/f1-stream.yml +++ /dev/null @@ -1,39 +0,0 @@ -when: - event: push - path: "stacks/f1-stream/files/**" - -clone: - git: - image: woodpeckerci/plugin-git - settings: - attempts: 5 - backoff: 10s - -steps: - - name: build-image - image: woodpeckerci/plugin-docker-buildx - settings: - username: "viktorbarzin" - password: - from_secret: dockerhub-pat - repo: - - viktorbarzin/f1-stream - - registry.viktorbarzin.me:5050/f1-stream - logins: - - registry: https://index.docker.io/v1/ - username: viktorbarzin - password: - from_secret: dockerhub-pat - dockerfile: stacks/f1-stream/files/Dockerfile - context: stacks/f1-stream/files - platforms: linux/amd64 - provenance: false - tags: latest - cache_from: "registry.viktorbarzin.me:5050/f1-stream:latest" - cache_to: "type=inline" - - - name: deploy - image: bitnami/kubectl - commands: - - kubectl -n f1-stream rollout restart deployment f1-stream - - kubectl -n f1-stream rollout status deployment f1-stream --timeout=120s