How the Create page works - deploy from a Git repository, a .zip upload, or a template, or provision a database, with settings detected from your code.
Creating resources
Everything a workspace can run starts on the Create page (/new): applications from a Git repository, a .zip upload or a starter template, and managed databases.
The four sources#
How the page works#
- Pick what you're creating. The four tiles at the top - Repository, Upload, Template, Database - stay on screen the whole time, so switching is always one click.
- Pick a source. A repository from your connected GitHub, GitLab or Bitbucket account, an archive, a starter, or a database engine.
- Confirm the settings. For repositories, Light Cloud reads the code first - manifests, lockfiles, framework config - and fills the form with what it found. Everything on the confirm step is editable before you deploy.
Note
Detection fills settings; it never locks them. If you change a value by hand and a later re-detection disagrees, the page asks before replacing your edit.
Where each setting is explained#
Every field on the Create page links to its section in these docs from the small help icon next to its label.
After the first deploy#
The created application appears on your dashboard with its deploy history, logs and metrics, and settings - everything chosen at create time can be changed later, per application and per environment.