GitDeployHub

dsp/diesel

github.com/dsp/diesel ↗
Rust
6 environment variables found in .env.sample

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PG_DATABASE_URL secret The database to use when testing against Postgres.
  • PG_EXAMPLE_DATABASE_URL secret The database to use when running the Postgres examples during testing.
  • MYSQL_DATABASE_URL secret The database to use when testing against MySQL.
  • MYSQL_EXAMPLE_DATABASE_URL secret The database to use when running the MySQL examples during testing.
  • MYSQL_UNIT_TEST_DATABASE_URL secret A database different from the others above used for certain unit tests. TODO: this is magical, explain what it's there for.
  • SQLITE_DATABASE_URL secret The database to use when testing against SQLite.
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/dsp/diesel
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dsp/diesel
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dsp/diesel
← Try another repo