Creating a new App
Prepare your Deployment
5min
Right before deploying your new app, you can configure some important parameters.

Prepare your initial deployment
- App Name: Give your app a name
- Branch: Choose which branch from your repo you want to use
- Root: Point out the directory that will be used to read your main project files.
- Auto Deployment: Select if you want to use the Auto deployment feature
- Environment Variables: Register the environment variables you are using for your deployment.
As a default, it is used the main/master branch but you can type the branch you want to use as a default.
It's important to notice that as Containers rely on Docker to build and run the Apps you should have a docker file inside the root directory of your project.
The auto deployments feature will listen in real-time to your repository commits and deploy a new version of your code base every time a new commit is merged on the refered branch.
Environment variables must begin with an underscore (_) or uppercase letter and use only uppercase letters and numbers.
After configure all your App parameters click on Create App. You will be redirected to the App Overview.

Updated 03 Mar 2023
Did this page help you?