Files
blog/content/posts/commits/2026-07-10-commit-d12f3e6.md
Claude Code b2ee39a138
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s
post: commit d12f3e6 in borodino
2026-07-10 16:52:50 +02:00

46 lines
1.1 KiB
Markdown

---
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(+)
```