mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- Created a new troubleshooting guide in README.md for common issues and testing problems. - Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows. - Added a pre-commit hook script to validate workflows before commits. - Enhanced run-act.sh script with logging, Docker checks, and improved output formatting. - Improved test-workflows.sh with an interactive menu and performance tracking. - Introduced setup-act.sh for quick setup and testing of act integration.
28 lines
634 B
Markdown
28 lines
634 B
Markdown
# Deployments & Infrastructure
|
|
|
|
Configuration and guides for deploying MetaBuilder to various environments.
|
|
|
|
## Docker Deployment
|
|
|
|
- Docker configuration for development
|
|
- Docker Compose setup
|
|
- Container orchestration
|
|
|
|
## Production Deployment
|
|
|
|
- Production-ready configuration
|
|
- Environment setup
|
|
- Scaling and performance
|
|
|
|
## Infrastructure as Code
|
|
|
|
- Docker files and compose configurations
|
|
- Deployment automation
|
|
- Database initialization
|
|
|
|
## Related Resources
|
|
|
|
- [Architecture: Deployment](../architecture/deployment.md)
|
|
- [Security: Database Protection](../security/secure-database.md)
|
|
- [Database Migrations](../migrations/)
|