HubDocs

Guides

Hub Cloud docs. Deploy an app, get a live URL, and choose who can open it.

Hub Cloud runs the small software a team builds: internal tools, dashboards, automations and demos. Your org gets a Docker host of its own. hub deploy builds a folder there and prints a URL that opens for your org after one login.

npm install --global @hubhq/cli@latest
hub login
hub deploy

Words Hub uses

WordMeaning
OrgYour team's account: its members, one host and every app on it.
AppOne folder or repository you deploy. Its name is unique in the org.
InstanceOne running copy of an app with its own URL, environment, access and data. The first one is prod; staging or client-b are others.
ReleaseA build plus its settings. Every deploy, rollback and environment change makes one.
ServiceOne container of an instance, such as web, worker or db in a compose file.

An app answers at https://<app>.<org>.myhub.host. Any other instance adds its name, as in https://my-app--staging.acme.myhub.host.

On this page