You can add a server from any cloud provider (DO, OVH, Vultr etc). The server has to have a public IPv4 address and Ubuntu 20.04 LTS. That’s it.
New Project
You can create unlimited amount of environments. For example, you can create environments for 'master' (let's call it 'production' environment) and 'dev' ('dev' environment). Both environments will have separate urls.
You can create an unlimited amount of environments. For example, you can create environments for the 'master' branch (let's call it 'production' environment) and the 'dev' branch('dev' environment). Both environments will have separate URLs.
In order to provide your Deployment with Environment Variables at Build and Runtime, you may enter them right here, for the Environment of your choice.
Your private URL to trigger a deploy for this server. Remember to keep this a secret.
Install Command
The command that is used to install your Project's software dependencies. If you don't need to install dependencies, override this field and leave it empty.
Build Command
The command your frontend framework provides for compiling your code. If your frontend does not require a build, leave this field empty.
Publish directory
The relative path of the directory containing built assets to publish. Examples: ./, ./build, dist and frontend/build.