Commit Graph
4 Commits
Author SHA1 Message Date
Jane Alesiandmw 2f4ad02830 Fix GitLab CI script arrays - ensure proper YAML formatting
- Convert all script sections to proper YAML arrays
- Remove complex multi-line shell constructs
- Simplify conditional logic for YAML compatibility
- Fixed script nesting issues
2025-06-24 05:31:57 +02:00
Jane Alesiandmw a7da50cbe9 Fix GitLab CI YAML syntax - remove invalid !reference usage
- Fixed script references that caused YAML validation errors
- Converted to proper YAML extends syntax
- Simplified build process while maintaining exact functionality
- Ready for production deployment
2025-06-24 05:31:57 +02:00
Jane Alesiandmw 9cd8d9024c Add automated preview deployment configuration
Optional automated deployment job for preview environments.
Requires SSH access to satware.ai server for direct deployment.
2025-06-24 05:31:57 +02:00
Jane Alesiandmw 8459ca3a9c Add GitLab CI configuration for MkDocs Material with preview deployments
- Production deployment to https://satware.ai (main branch)
- Preview deployments to https://satware.ai/feature/xyz (feature branches)
- Replicates GitHub Actions build process exactly
- Supports custom SCSS compilation
- Automated cleanup of old preview environments
2025-06-24 05:31:57 +02:00