🚧 v0.1.0 Alpha β€” Not recommended for critical production workloads just yet. Perfect for side projects, internal tools, and staging environments.
LoomDeploy
Guides

Managing Projects

Create, configure, and manage your deployment projects in LoomDeploy.

Creating a project

  1. Go to Projects in the sidebar.
  2. Click New Project.
  3. Fill in:
    • Name β€” used as your subdomain (name.yourdomain.com)
    • Repository β€” select from connected Git repos
    • Branch β€” branch to deploy from (e.g. main)
  4. Click Create Project.

Project overview

The project detail page has four tabs:

TabDescription
OverviewContainer status, CPU/memory stats, quick actions
DeploymentsDeployment history with logs and rollback
EnvironmentManage environment variables
SettingsRename, webhook URL, danger zone

Container actions

From the Overview tab you can:

  • Start β€” start a stopped container
  • Stop β€” gracefully stop the container
  • Restart β€” restart without redeploying
  • Redeploy β€” pull latest code and rebuild

Deployment history

Every deployment is saved with:

  • Git commit SHA and message
  • Build start/end time and duration
  • Build logs (full output)
  • Status: pending, building, running, failed, stopped

Click Rollback on any past deployment to restore it instantly.

Deleting a project

Go to Project β†’ Settings β†’ Danger Zone and click Delete Project. This will:

  • Stop and remove the container
  • Delete all deployment records and env vars
  • Remove the Traefik routing rule
Deletion is permanent and irreversible. Make sure you have a backup of your data before proceeding.