Create a Project
- Repo URL (HTTPS, SSH, or owner/repo).
- Local Path (existing or auto-created).
- Branch (main, master, or any branch).
- Health Check URL (full URL or relative path; Laravel commonly uses
/up).
Deploy Actions
- Deploy – standard update with change preservation.
- Force Deploy – destructive update (use carefully).
- Undo Last Deploy – one-click rollback to the previous successful release.
- Check Updates – refresh repository status.
Exclude Paths
Protect files and folders from being overwritten by deployments. Entries are one per line and support glob patterns.
storage/
public/uploads/
.env
*.log
