docs: Add CI image setup documentation
Some checks failed
🚀 Build & Deploy Image / Auto-deploy to Staging (push) Failing after 40s
🚀 Build & Deploy Image / Auto-deploy to Production (push) Has been skipped
🚀 Build & Deploy Image / Determine Build Necessity (push) Successful in 46s
Security Vulnerability Scan / Check for Dependency Changes (push) Successful in 1m0s
🚀 Build & Deploy Image / Build Runtime Base Image (push) Successful in 11s
🚀 Build & Deploy Image / Run Tests & Quality Checks (push) Has been skipped
Security Vulnerability Scan / Composer Security Audit (push) Has been skipped
🚀 Build & Deploy Image / Build Docker Image (push) Successful in 12s
Some checks failed
🚀 Build & Deploy Image / Auto-deploy to Staging (push) Failing after 40s
🚀 Build & Deploy Image / Auto-deploy to Production (push) Has been skipped
🚀 Build & Deploy Image / Determine Build Necessity (push) Successful in 46s
Security Vulnerability Scan / Check for Dependency Changes (push) Successful in 1m0s
🚀 Build & Deploy Image / Build Runtime Base Image (push) Successful in 11s
🚀 Build & Deploy Image / Run Tests & Quality Checks (push) Has been skipped
Security Vulnerability Scan / Composer Security Audit (push) Has been skipped
🚀 Build & Deploy Image / Build Docker Image (push) Successful in 12s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Deployment Dokumentation - Index
|
||||
|
||||
**Stand:** 2025-11-01
|
||||
**Status:** ? Vollst?ndige Dokumentation vorhanden
|
||||
**Stand:** 2025-11-07
|
||||
**Status:** ✅ Vollständige Dokumentation vorhanden (inkl. CI/CD, Backup & Rollback)
|
||||
|
||||
---
|
||||
|
||||
@@ -33,13 +33,36 @@
|
||||
- Secrets Konfiguration
|
||||
- Schritt-f?r-Schritt Anleitung
|
||||
|
||||
4. **[deployment-commands.md](guides/deployment-commands.md)**
|
||||
- Command-Referenz f?r Deployment
|
||||
4. **[server-directory-structure.md](server-directory-structure.md)**
|
||||
- Erklärung der Server-Verzeichnisstruktur
|
||||
- Unterschied zwischen `~/deployment/` und `~/michaelschiemer/`
|
||||
- Verwendungszweck und Wartung
|
||||
- Troubleshooting
|
||||
|
||||
5. **[deployment-commands.md](guides/deployment-commands.md)**
|
||||
- Command-Referenz für Deployment
|
||||
- Ansible Playbook Befehle
|
||||
- Docker Compose Kommandos
|
||||
- Troubleshooting Kommandos
|
||||
|
||||
5. **[vault-password.md](guides/vault-password.md)**
|
||||
6. **[cicd-workflow-guide.md](guides/cicd-workflow-guide.md)** ⭐
|
||||
- CI/CD Workflow-Dokumentation
|
||||
- Automatische und manuelle Deployments
|
||||
- Ansible Playbooks in Workflows
|
||||
- Troubleshooting
|
||||
|
||||
7. **[backup-and-rollback-guide.md](guides/backup-and-rollback-guide.md)**
|
||||
- Backup-Strategie
|
||||
- Rollback-Prozess
|
||||
- Automatisierung
|
||||
- Best Practices
|
||||
|
||||
7. **[pipeline-testing-guide.md](guides/pipeline-testing-guide.md)** ⭐
|
||||
- End-to-End Pipeline-Tests
|
||||
- Staging & Production Test-Anleitung
|
||||
- Verifikation & Troubleshooting
|
||||
|
||||
8. **[vault-password.md](guides/vault-password.md)**
|
||||
- Ansible Vault Password Dokumentation
|
||||
- Setup und Verwaltung
|
||||
- CI/CD Integration
|
||||
@@ -47,7 +70,7 @@
|
||||
|
||||
### Deployment-Prozess
|
||||
|
||||
6. **[application-stack.md](reference/application-stack.md)**
|
||||
9. **[application-stack.md](reference/application-stack.md)**
|
||||
- Detaillierter Deployment-Ablauf Schritt f?r Schritt
|
||||
- Was passiert bei jedem Deployment
|
||||
- Container-Neustart Details
|
||||
@@ -106,7 +129,7 @@
|
||||
|
||||
### Application Stack
|
||||
|
||||
- **[stacks/application/README.md](../stacks/application/README.md)** - Application Stack Details
|
||||
- **[stacks/production/README.md](../stacks/production/README.md)** - Application Stack Details
|
||||
- **[ansible/README.md](../ansible/README.md)** - Ansible Playbooks Dokumentation
|
||||
|
||||
### CI/CD
|
||||
@@ -136,6 +159,10 @@
|
||||
|
||||
- **[staging-502-nginx-phpfpm.md](troubleshooting/staging-502-nginx-phpfpm.md)** - Staging 502 Bad Gateway: Nginx kann nicht zu PHP-FPM verbinden
|
||||
|
||||
### Gitea & CI/CD Setup
|
||||
|
||||
- **[gitea-traefik-cicd-setup.md](troubleshooting/gitea-traefik-cicd-setup.md)** ⭐ - Komplette Anleitung: Gitea, Traefik & CI/CD Setup (alle Probleme und Lösungen)
|
||||
|
||||
### Test-Dokumentation
|
||||
|
||||
- **[test-results.md](tests/test-results.md)** - Test Ergebnisse
|
||||
@@ -200,5 +227,5 @@
|
||||
|
||||
---
|
||||
|
||||
**Letzte Aktualisierung:** 2025-11-01
|
||||
**Status:** ? Dokumentation vollst?ndig
|
||||
**Letzte Aktualisierung:** 2025-11-07
|
||||
**Status:** ✅ Dokumentation vollständig (inkl. CI/CD, Backup & Rollback)
|
||||
|
||||
Reference in New Issue
Block a user