Deployment Manager

Deployment Manager

The Deployment Manager is located at the bottom of the dashboard and stores application packages and repository links so they can be deployed repeatedly to platform environments.
ArchiveStores application packages uploaded from a local computer or provided through an external URL.
Git / SVNStores remote repository links and any authentication details required to access them.

Application Archives

The Archive tab displays all application packages stored in the account. Each record includes the archive name, an optional comment, file size, and upload date.

Archive tab in Deployment Manager
Stored application archives and their basic information.

Upload an Archive

1Click Upload

Open the Archive tab and click Upload.

2Select the archive source

Use Local File to upload from your computer, or use URL for a package available online.

Upload Archive dialog
Upload an archive from a local file or external URL.
Local upload limit: The maximum local-file archive size is 150 MB. Use the URL option for larger packages.

Add an optional comment and click Upload to save the package.

Deploy or Delete an Archive

Hover over an archive and click Deploy to…. Select the target environment and configure the available deployment settings.

Deploy archive from Deployment Manager
Deploy the selected archive to an environment.

To remove old packages, select their checkboxes and click Delete in the top toolbar.

Delete archives from Deployment Manager
Select one or more packages and remove them from the list.

Git / SVN Projects

The Git / SVN tab stores project repository links and, when required, authentication credentials.

Git and SVN projects in Deployment Manager
Repository projects stored in Deployment Manager.

Add a Repository

Click Add Repo and complete the Add Repository form. For Git, provide a project name, repository URL, branch, and optional password, access token, or SSH-key authentication. For SVN, provide the project name, repository URL, and optional login details.

Two-factor authentication: Use an access token instead of a normal password when the Git account has 2FA enabled. Limit the token permissions to the minimum scope required.
Git authentication with an access token
Authenticate with a password, access token, or SSH key.
Add a VCS repository
Add a Git or SVN repository and its access settings.

Click Add to save the project, or Add + Deploy to save it and begin deployment immediately.

Manage Repository Projects

  • Deploy to… — deploy the project to a selected environment.
  • Edit — update the URL, branch, or authentication details.
  • Delete — remove the repository record from Deployment Manager.
Manage VCS repositories in Deployment Manager
Deploy, edit, or delete stored repository projects.

What’s next?

  • Deployment Guide
  • Deployment Hooks
  • SSH Access to Git Repository
  • Git / SVN Auto-Deploy