Build. Ship. Monitor.
AutoDevOps Control
Paste your GitHub repo, provide the Dockerfiles, and deploy to EC2 with live status updates.
1
Connect
Enter a public GitHub repository URL.
2
Paste Dockerfiles
Add the backend and/or frontend Dockerfile exactly as used in your repo.
3
Deploy
Track progress, then open the live URLs from the result panel.
Deployment form
Launch a new app
Only public GitHub repositories are supported.
Backend
Add this only if your repo has a backend service.
Frontend
Frontend always runs on port 80.
Quick rules
- Provide at least one Dockerfile.
- Backend port is mandatory if backend Dockerfile is used.
- Frontend port is fixed to 80.
Ready when you are