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.
This commit is contained in:
26
PRODUCTION.md
Normal file
26
PRODUCTION.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user