Deployment dashboard

Apps, deployment targets, and live database connections

Choose a database from the list at right to inspect its schemas, then review deployment targets below.

Discovery

Search this Mac for PostgreSQL databases

Viewing
Click a database in Viewing to inspect its schemas, tables, and columns.

Deploy

Deployment targets

Publish

Make the app public on `firstdodo.com`

Save the public URL you want testers to open. For this project, a good starting point is https://app.firstdodo.com.

  • Point app.firstdodo.com at the server hosting the app.
  • Use the saved public URL as the link you send to testers.
  • Keep firstdodo.com for the main site or redirect it to the app URL.

Checklist

How to publish `firstdodo.com`
  1. In GoDaddy DNS, point app.firstdodo.com at the server that runs this app.
  2. Keep the app running in Docker on that server and let Caddy serve it on HTTPS.
  3. Save the public URL here as https://app.firstdodo.com.
  4. Share the saved link with testers, or redirect firstdodo.com to it.

Store separate local, testing, and production targets without losing the database profile link.

Matrix

Deployment matrix

Never

Targets

App deployment targets

Database

Schema and table field counts

0 schemas

Connections

Database profiles

0 profiles

Provisioning

Create the local app database

Creates The Connector and its PG Connect & Deploy schema on your local Postgres server, then adds it as a database profile.

Migrations

Install app tables into The Connector

Runs the app's SQL migrations against The Connector so the app registry, deployments, and templates tables are created.