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"