| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Shango Deploy is a modern deployment tool that simplifies the process of deploying web applications. It provides a high-level configuration interface that generates deployment configurations for various frameworks and automatically provisions servers with best practices.
๐ Framework Support: Deploy applications built with:
๐ Database Integration:
๐ง Server Provisioning:
๐ฆ Built-in Templates:
npm install -g shango-deployshango addFollow the interactive prompts to configure your deployment.
Provision your servers:
shango provisionshango deployShango uses a YAML configuration file (shango.yml) to define your deployment setup:
app:
framework: nextjs
domain: myapp.com
packageManager: npm
database: postgres
cacheDatabase: redis
servers:
- environment: staging
ipv4:
- 33.34.20.3
- 33.34.20.4
- environment: production
ipv4: 44.34.21.23Shango automatically implements several security best practices:
We welcome contributions! Please see our Contributing Guide for details.
Shango Deploy is built with a modular architecture:
MIT License - see the LICENSE file for details
Shango Deploy is inspired by various deployment tools and best practices from the community. Special thanks to:
Built with โค๏ธ by devalade
| Back | FazBrowse Home | New Git URL |