Docs/Product Modules/Deployments & Releases

Deployments & Releases

Every deploy writes a new release directory and the current pointer moves only after the health check passes. Roll back to an earlier release from the same screen.

Open in App
shipown · preview
Interactive Node
Deployments & Releases

A recorded walkthrough for this page has not been made yet.

01.How It Works

A deploy writes a new release directory and only moves the current pointer once a health check passes; a release that fails is put back automatically. Node apps run under PM2, static sites are served by Nginx, and containers are built from a Dockerfile or a compose file. Every deploy and rollback is recorded on this computer with its commit, release and outcome.

Step A
Zero Cloud Relays

Client-side operations encrypted directly between your desktop and target server.

Step B
Credentials stay on your computer

SSH keys, passwords and API keys are held by the desktop app and encrypted with your OS keychain.

02.Key Capabilities

# What Shipown runs on the server, over your own SSH connection
$ pm2 jlist
$ docker ps -a --format '{{json .}}'
[ok] Connected to Ubuntu 24.04 LTS (x86_64)

03.Configuration & Setup

1
Initialize target configurationPick one of your saved servers, or add it with its host, port, user and SSH key.
2
Deploy & MonitorVerify telemetry in real time without polling overhead.