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.