Personal portfolio site for Bleim — League of Legends Coach & Analyst. Plain HTML/CSS served via nginx.
- Content: Static HTML/CSS, custom Infra typeface
- Languages: English and German
- Container:
nginx:1.31.1-alpine, multi-arch (linux/amd64,linux/arm64) - CI: Woodpecker CI — publishes on git tag, triggers Renovate after a successful push
- Dependencies: managed by Renovate via
local>fullbyte/renovate
| Pipeline | Status |
|---|---|
| Publish | |
| Renovate |
docker build -t bleim-portfolio .
docker run -p 8080:80 bleim-portfolioThen open http://localhost:8080.
Pushing a version tag (e.g. v1.2.3) triggers the Woodpecker pipeline which:
- Builds and pushes a container image to
forge.fullbyte.de/1bleim/portfoliotagged with the version andlatest. - Fires a Renovate pipeline run so dependent repos pick up the new image tag automatically.