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
| Source | What it needs | Builds an image | Rollback |
|---|---|---|---|
| GitHub | A repository, connected once per team | yes | yes |
| Git | GitLab, Bitbucket, Gitea or any git server | yes | yes |
| Docker image | An image reference | no, already built | no |
| Upload | A compressed archive of the project | yes | yes |
| Compose | A docker-compose.yml, brought up as written | no | no |
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?