Skip to guide
IndigoIndigo · HQ Field Guide
Chapter 12 / 15Contents
Chapter 12shared · 11 min

Deploy and share a result

Use /deploy to host a built web artifact at a *.indigo-hq.com URL and pick the access gate that matches how sensitive it is.

01Deploy a built web artifact to a live link without hand-rolling hosting.
02Match the access gate to how sensitive the result is.
$ /deploy
Fig 12.0 · A hosted result
The concept

Hosted result

/deploy hosts a web artifact at a URL; the gate controls who can open it.

DEPLOY PIPELINE/DEPLOYBUILT ARTIFACTARTIFACTUPLOAD*.indigo-hq.comLIVELIVE URLACCESS GATEPUBLICPASSWORDCOMPANYGATE
Fig 12.1 · Have an artifact
Step 01Artifact

Have a built artifact

/deploy is for web artifacts: a directory with an index.html or a framework build, not a backend or serverless service.

Confirm you have a buildable web artifact and that you are in the right company context before deploying.

You can point at a directory or build that serves a web page.
/deploy/startwork
Step 02Upload

Run the deploy

/deploy resolves your company, builds, uploads, and returns a live link on *.indigo-hq.com.

Run /deploy with the artifact path and wait for the engine to return the live link.

You receive a working URL for the deployed artifact.
/deploy
Fig 12.2 · Run the deploy
Fig 12.3 · Pick the access gate
Step 03Gate dial

Pick the access gate

Access modes are public for anyone with the link, password for casual sensitive content, company for HQ Cognito org-only, and private for an email allowlist.

Use public for casual results and password, company, or private for anything sensitive, then share the link.

The right people can open the link and others cannot.
/deploy/hq-share
Commands

Keep the chapter executable.

Deploy a web artifact
$ /deploy

Resolves the company, builds, uploads, and returns a live *.indigo-hq.com link with a chosen access gate.

Share vault files
$ /hq-share

Use this instead when you need to grant access to vault files rather than host a web app.

Common mistakes

What goes wrong, and the fix.

Mistake

Trying to deploy a backend or serverless app with /deploy.

Fix

/deploy is for web artifacts; host backends elsewhere or expose an ingest-only endpoint.

Mistake

Leaving sensitive content on the default public gate.

Fix

Set the gate to password, company, or private before sharing the link.

Mistake

Confusing /deploy with /hq-share.

Fix

Use /deploy for a hosted URL and /hq-share for vault file access.

References

What to keep in mind.

Deploy vs share

/deploy hosts a web app at a URL; /hq-share grants access to vault files. Choose deploy for a hosted page and share for file access.

Access gates

Public for casual links, password for casual sensitive, company for org-only, and private for an email allowlist.

Next
Next move

After shipping a result, learn the continuity tools that keep work from evaporating between sessions.

Continue to continuity
Part 12 · Deploy and share a resultIndigo · HQ Field Guide