CI/CD Integration
Automate your deployment pipeline with continuous integration and delivery.
GitHub Integration
Connect your GitHub repository for automatic deployments:
- Push to Deploy: Every push to your main branch triggers a deployment.
- Preview Deployments: Pull requests get their own preview URLs.
- Status Checks: Deployment status is reported back to GitHub.
Build Configuration
Codeezly auto-detects your project type and configures the build process. You can override settings in the project's settings page:
- Build command (e.g.,
npm run build) - Output directory (e.g.,
dist,.next) - Node.js version
Rollbacks
If something goes wrong, you can instantly roll back to a previous deployment from the deployment history.