Skip to content

Easy Deploy Documentation

Easy Deploy is a comprehensive platform that simplifies the deployment and management of your applications. Deploy faster, scale automatically, and monitor with confidence.

Deploy your applications with just a few clicks. Connect your repository and we’ll handle the rest.

Built-in SSL certificates, environment variable encryption, and security best practices out of the box.

From personal projects to enterprise applications, Easy Deploy grows with your needs.

Git integration, preview deployments, instant rollbacks, and comprehensive API access.

To get started with Easy Deploy, follow these simple steps:

  1. Sign up for an Easy Deploy account
  2. Connect your code repository (GitHub, GitLab, etc.)
  3. Configure your deployment settings
  4. Deploy your application

Easy Deploy supports various application types and frameworks:

  • Web Applications: React, Vue.js, Angular, Next.js
  • Backend Services: Node.js, Python, PHP, Go
  • Static Sites: HTML, CSS, JavaScript
  • Containers: Docker-based applications

Manage multiple environments for your applications:

  • Development: For testing new features
  • Staging: For pre-production testing
  • Production: For live applications

Connect your own domain name to your deployed applications:

  1. Add your domain in the dashboard
  2. Configure DNS settings
  3. Enable SSL certificates automatically

Securely manage your application configuration:

  • Set environment-specific variables
  • Store sensitive data like API keys
  • Access variables in your application code

Connect to various database services:

  • PostgreSQL: Relational database
  • MongoDB: NoSQL document database
  • Redis: In-memory data store
  • MySQL: Popular relational database

Track your application performance:

  • Response Times: Monitor API and page load times
  • Error Rates: Track application errors and exceptions
  • Uptime: Monitor application availability
  • Resource Usage: CPU, memory, and disk usage

Access detailed logs for troubleshooting:

  • Application Logs: Your application’s console output
  • Access Logs: HTTP request and response logs
  • System Logs: Infrastructure and deployment logs

All applications deployed on Easy Deploy include:

  • Automatic SSL certificates from Let’s Encrypt
  • HTTPS enforcement for secure connections
  • Certificate renewal handled automatically

Manage who can access your applications:

  • Team Management: Invite team members with different roles
  • Access Permissions: Control deployment and configuration access
  • API Keys: Generate secure API keys for programmatic access

Easy Deploy provides a comprehensive REST API for automation:

Terminal window
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.easydeploy.com/v1/applications
Terminal window
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"repository": "https://github.com/user/repo"}' \
https://api.easydeploy.com/v1/applications
Terminal window
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.easydeploy.com/v1/applications/APP_ID/deployments

Deployment Failed

  • Check your application logs for errors
  • Verify environment variables are set correctly
  • Ensure your build process completes successfully

Application Not Accessible

  • Verify your application is listening on the correct port
  • Check firewall and security group settings
  • Confirm DNS configuration is correct

Performance Issues

  • Monitor resource usage in the dashboard
  • Consider scaling your application
  • Optimize database queries and caching
  • Documentation: Comprehensive guides and tutorials
  • Support: 24/7 technical support via chat and email
  • Community: Join our developer community forum
  • Status Page: Check platform status and incidents

Easy Deploy offers flexible pricing plans:

  • 1 application
  • 100 GB bandwidth
  • Basic support
  • Unlimited applications
  • 1 TB bandwidth
  • Priority support
  • Advanced monitoring
  • Custom resource limits
  • Dedicated support
  • SLA guarantees
  • Advanced security features

Have questions or need assistance?


Last updated: September 2024