What is Hodifly?
Hodifly is a one-click deployment tool built into your cPanel. You choose a repository and a domain; Hodifly clones the code, runs your build (the step that turns your source code into a site ready to serve), and publishes the result. Every push to the branch you've chosen redeploys automatically. Hodifly works for static sites, Node applications, and Python applications.
How do I create my first project?
- Open cPanel › Hodifly.
- Click New Project.

- Choose your source (GitHub or GitLab), then the relevant repository.
- Select the domain (and, if needed, a subfolder) to publish to.
- Hodifly automatically detects your framework and pre-fills the build settings, adjust them if needed.
- Click Create & Deploy. The first deployment starts immediately, and you can follow the log in real time.
Do I have to connect GitHub?
No. If you only use GitLab, you can create GitLab projects without ever connecting GitHub: if no GitHub account is connected, the new project form opens directly on GitLab.
Go further
- What can I deploy on Hodifly?
- How do I create a form with Hodifly?
- How do I configure custom redirects and HTTP headers with Hodifly?
- Can I roll back after a bad deployment with Hodifly?
- How do I preview my changes with Hodifly?
Updated on: 17/07/2026
Thank you!