remoliebmann a423358d7f
All checks were successful
Build & Deploy / build (push) Successful in 1m34s
Build & Deploy / deploy (push) Successful in 3s
Merge pull request 'development to main' (#4) from development into main
Reviewed-on: #4
2026-03-18 01:25:33 +01:00
2026-02-23 00:56:07 +01:00
2026-01-26 03:17:14 +01:00
2026-03-18 01:21:28 +01:00
2026-03-08 14:41:27 +01:00
2026-03-18 01:21:28 +01:00
2026-03-18 01:21:28 +01:00
2026-01-26 03:17:14 +01:00
2026-02-12 13:01:57 +01:00
2026-02-23 01:01:37 +01:00
2026-01-26 23:30:13 +01:00
2026-01-26 03:17:14 +01:00
2026-01-26 03:17:14 +01:00
2026-02-16 16:03:50 +01:00
2026-02-16 17:45:42 +01:00

Hall of Brawl Website

Statische Website basierend auf Hugo.

🚀 Deployment Architektur

Das Projekt nutzt branch-basiertes Deployment:

Branch Environment Docker Tag Domain
main Production prod https://www.hallofbrawl.de
development Development dev https://dev.hallofbrawl.de

🧱 Tech Stack

  • Hugo
  • Blowfish Theme
  • Docker
  • Nginx

⚙️ Lokale Entwicklung

Hugo lokal starten:

hugo server -D

Erreichbar unter:

http://localhost:1313

🐳 Docker lokal testen

Development Build

docker build --build-arg HUGO_ENV=development -t hob-dev .
docker run -p 8080:80 hob-dev

Production Build

docker build --build-arg HUGO_ENV=production -t hob-prod .
docker run -p 8080:80 hob-prod

📦 Deployment

Das Projekt wird automatisch als Docker Image gebaut und über CI/CD-Pipeline deployed.

Description
No description provided
Readme 6.1 MiB
Languages
Dockerfile 100%