diff --git a/.drone.jsonnet b/.drone.jsonnet index 1c072a87..fc636f88 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -151,6 +151,7 @@ local Integration(db) = { image: plumeEnv, environment: { BROWSER: "firefox", + DATABASE_URL: if db == "postgres" then "postgres://plume@start-db/plume" else "plume.db", }, commands: [ // Install the front-end