quick deploy

Deploio Quick Deploy Wizard

Describe your apps and the services they need. Get a chart to commit and a button for your README.

Chart

Inputs

What the user fills in or confirms before deploying. Reference an input anywhere with ${inputs.name}. A field without default and generator must be provided by the user.

Applications

Source

Runtime

Deploy job

Worker jobs

Scheduled jobs

Environment variables

Values may mix text with ${inputs.name} and ${services.name.attribute}; ${services.web.url} is this app's own address.

Build environment variables

Services

Created once and shared by the applications. Reference connection details with ${services.name.attribute}, for example ${services.db.dsn}.

Import an existing chart

Validation

  • metadata.name is required
  • services[0].name is required
  • services[0].git.url is required

Wiring

uses no services

Chart