From 2fa6fd460dc5ab9c3e0c1fe8fe5f80ceb5275183 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 10 Aug 2024 17:46:31 +0200 Subject: [PATCH] simplify woodpecker conf --- _posts/2024-08-10-fast-ci-build-with-nix.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/_posts/2024-08-10-fast-ci-build-with-nix.md b/_posts/2024-08-10-fast-ci-build-with-nix.md index 3abb29e..010c806 100644 --- a/_posts/2024-08-10-fast-ci-build-with-nix.md +++ b/_posts/2024-08-10-fast-ci-build-with-nix.md @@ -96,13 +96,8 @@ services: # -- change these for each agent - WOODPECKER_HOSTNAME=i_forgot_to_change_my_runner_name - WOODPECKER_AGENT_SECRET=xxxx - - WOODPECKER_MAX_WORKFLOWS=4 # -- should not need change - - WOODPECKER_SERVER=woodpecker-grpc.deuxfleurs.fr:14453 - - WOODPECKER_HEALTHCHECK=false - - WOODPECKER_GRPC_SECURE=true - - WOODPECKER_LOG_LEVEL=info - - WOODPECKER_DEBUG_PRETTY=true + - WOODPECKER_SERVER=woodpecker.example:1111 volumes: - "/var/run/docker.sock:/var/run/docker.sock"