Deplo

Deploy

Five ways to get code onto Deplo, a repository, a prebuilt image, an archive or a Compose stack, plus templates that fill it in for you.

Every app starts from one of five sources. Pick the one that matches what you already have, or let a template fill all of it in.


The five sources

SourceWhat it needsBuilds an imageRollback
GitHubA repository, connected once per teamyesyes
GitGitLab, Bitbucket, Gitea or any git serveryesyes
Docker imageAn image referenceno, already builtno
UploadA compressed archive of the projectyesyes
ComposeA docker-compose.yml, brought up as writtennono

Or start from a template

A template is not a sixth source: it is a Compose stack the catalogue already wrote, with its passwords generated and its address picked. Deplo creates an ordinary Compose app out of it.

Two ways in, both landing on the same wizard:

  • Templates in the sidebar.
  • Template on the first step of the new-app wizard.

See also

Did this page help you?

On this page