Files
STLPWebsite/PRODUCTION.md
Charles N Wyble 665c7f47af chore: create production-v2 branch with content only
This branch contains ONLY:
- Pages (config/www/user/pages/)
- Themes (config/www/user/themes/)
- Plugins (config/www/user/plugins/)
- PRODUCTION.md
- Minimal .gitignore

Clean slate for production deployment.
All development files, configs, scripts removed.
2026-01-13 20:12:03 -05:00

27 lines
526 B
Markdown

# Starting Line Productions LLC - Production Website
This is **production** branch containing ONLY website content:
- Pages (content)
- Themes (templates, CSS, logo)
- Plugins (content-related)
## What's NOT Here
- No configuration files (kept in dev branch)
- No development scripts
- No documentation
- No Docker configuration
- No git hooks
## Deployment
Production server deployment:
```bash
cd /var/www/grav
git pull origin production
```
## Questions?
Contact technical support for deployment or content changes.