post: commit d12f3e6 in borodino
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s

This commit is contained in:
Claude Code
2026-07-10 16:52:50 +02:00
committed by Betty
parent 7887b0fe55
commit b2ee39a138

View File

@@ -0,0 +1,45 @@
---
title: "[borodino] feat(campagnewp): add WordPress campaign worker service"
date: 2026-07-10T16:52:50+02:00
draft: false
tags: ["commit", "borodino", "main"]
categories: ["Git Activity"]
summary: "Commit d12f3e6 par Claude Code dans borodino"
author: "Claude Code"
---
## Commit `d12f3e6`
| | |
|---|---|
| **Repository** | borodino |
| **Branch** | `main` |
| **Author** | Claude Code |
| **Hash** | `d12f3e630921d165575a6d50efe02da9ffc3c07e` |
### Description
- thearm_campagnewp: new worker consuming pentest:campagnewp_queue,
attempts WP account creation via REST API, XML-RPC, and registration form
- Dockerfile.borodino: include thearm_campagnewp
- stack/40-service-borodino.yml: campagnewp-service (3 replicas)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M Dockerfile.borodino
M stack/40-service-borodino.yml
A thearm_campagnewp
```
### Diff Summary
```
Dockerfile.borodino | 1 +
stack/40-service-borodino.yml | 29 ++++
thearm_campagnewp | 314 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 344 insertions(+)
```