Skip to main content

Publishing Apps

Less than 1 minute

Publishing Apps

The dx CLI is used to deploy static apps to KUBE.

Drop a dx.yml file at the root of the project, and run:

dx publish

If using an application template or sample from DXOS, a dx.yml file is provided by default and the npm script deploy is available:

pnpm run deploy

Tip

Take care not to omit the term run as pnpm will assume deploy means something else otherwise

Learn more about dx.yml in the KUBE section