mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 15:04:14 +00:00
- Delete redundant TODO.md (consolidated into PROJECT_STATUS.md) - Simplify STAGING-DEPLOYMENT.md to quick reference format - Update PROJECT_STATUS.md with January 2026 status: - Add Community Management System section - Document Payload 3.72.0 login bug (#15243) - Update roadmap and changelog - Update framework-monitoring.md with current versions and bug warning - Add YouTube/Meta collections to CLAUDE.md: - YouTubeChannels, YouTubeContent, YtSeries, YtNotifications - MetaAccounts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Staging Deployment - Quick Reference
Staging URL: https://pl.porwoll.tech Server: sv-payload (10.10.181.100 intern / 37.24.237.181 extern) Branch:
develop
Vollständige Dokumentation: DEPLOYMENT.md
Quick Commands
Automatisch (Push auf develop)
git push origin develop # Triggert GitHub Actions
Manuell auf Server
ssh payload@10.10.181.100
cd ~/payload-cms
./scripts/deploy-staging.sh
Optionen
./scripts/deploy-staging.sh --skip-build # Nur Code-Update
./scripts/deploy-staging.sh --skip-migrations # Ohne Migrationen
DEPLOY_BRANCH=feature/xyz ./scripts/deploy-staging.sh # Anderer Branch
Status prüfen
# GitHub Actions Status
gh run list --workflow=deploy-staging.yml --limit=5
# Server Status
pm2 status
pm2 logs payload --lines 20
Troubleshooting
| Problem | Lösung |
|---|---|
| OOM beim Build | pm2 stop all → Build → pm2 start ecosystem.config.cjs |
| Migration fehlgeschlagen | pnpm payload migrate:status → pnpm payload migrate |
| Service startet nicht | pm2 logs payload --err --lines 100 |
Für detaillierte Anleitungen siehe DEPLOYMENT.md
Letzte Aktualisierung: 17.01.2026