ποΈ Custom host names
By default every Deploio application is just exposed on a generated hostname in
ποΈ Accessing private repositories
There are 2 methods to access private git repositories. You can either use the
ποΈ Setting environment variables
You might want to configure extra environment variables that will be passed to
ποΈ Build customization
To customize certain aspects of the build process, build environment variables
ποΈ Use a custom port
In most cases you don't need to change the default port that Deploio chooses
ποΈ Configuration layers
A Deploio application can be customized by multiple options. These options can
ποΈ Basic authentication
You can enable basic authentication for your application by using the
ποΈ Deploy Jobs
A deploy job is a command that is executed before a new release gets deployed.
ποΈ Worker Jobs
Worker jobs are separate processes which use the same image as the application,
ποΈ Procfile
The Procfile is something that Heroku introduced and has been adopted as