Skip to content

App deployment

This document contains information for how to deploy an app to the Alliance production and test environments.

Available environments

Production

Accessed at:

Development

Accessed at:

Preparing your app for Webprovisions

Make sure your package is ready to be published to Webprovisions.
Apps should use "type": "plugin" in the Webprovisions manifest.

json
"webprovisions": {
  "type": "plugin"
}

Adding your app to the production or development environment

  1. Have your app ready to be published to Webprovisions.
  2. Publish a new version of your app to Webprovisions.
  3. Ask Team Alliance to add your app to the Alliance portal distribution.

Releasing new versions to production

  1. Publish a new version of your app to Webprovisions.
  2. Ask Team Alliance to update to the newly published version of your app in the Alliance production environment.

Releasing new versions to development

  1. Publish a new version of your app to Webprovisions.
    The development environment uses the Webprovisions developer agent, which will automatically update and release new versions of apps when available.