How it works
When you connect a GitHub repository to Zanode, we automatically deploy your app whenever you push to your main branch.Automatic deploys
By default, every push to your main or master branch triggers a production deployment.1
Push your code
2
Build starts automatically
Zanode receives a webhook from GitHub and starts building your app.
3
Deploy completes
Once the build succeeds, your app is live within seconds.
Preview deployments (coming soon)
Preview deployments for pull requests are on our roadmap and coming soon.
feature-new-header--your-project.zano.click
Manual redeploys
You can trigger a redeploy from the dashboard:- Go to your project
- Click Deploy in the header
- Environment variables have changed
- You want to rebuild without pushing code
Build logs
View real-time build logs in your dashboard:- Go to your project → Deployments
- Click on any deployment to see full logs
- Dependency installation (
npm install) - Build output (
npm run build) - Deployment status