Clearpath-HQ / Clearpath_backend

De-coupled django backend of Clearpath
GNU General Public License v3.0
12 stars 0 forks source link

Deployment & Ci/CD #1

Open Samsonroyal opened 3 months ago

Samsonroyal commented 3 months ago

Deployment

Task: Configure Django for production

Description: Configure Django settings and dependencies for production deployment, including setting up a production-ready web server and database.

Task: Deploy Django backend

Description: Deploy the Django backend to a hosting platform (DigitalOcean).

Task: Set up continuous integration and deployment (CI/CD)

Description: Set up a CI/CD pipeline for automated testing, building, and deployment of both the Django backend and Next.js frontend.