cms.c2sgmbh/docs/STAGING-DEPLOYMENT.md
Martin Porwoll a923d3ecb4 docs: cleanup and update documentation for January 2026
- 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>
2026-01-17 15:29:34 +00:00

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:statuspnpm payload migrate
Service startet nicht pm2 logs payload --err --lines 100

Für detaillierte Anleitungen siehe DEPLOYMENT.md

Letzte Aktualisierung: 17.01.2026