LukeBrandon / fluke

5 stars 0 forks source link

Create a secret with the connection string to the database #19

Closed FlynnOConnell closed 1 year ago

FlynnOConnell commented 1 year ago

Something like:

postgresql://username:password@localhost/databasename

and access with

${{ secrets.DATABASE_URL }}

Originally posted by @NeuroPyPy in https://github.com/LukeBrandon/fluke/issues/17#issuecomment-1586493463

LukeBrandon commented 1 year ago

@NeuroPyPy Are you talking about a Github Secret here? We probably won't need to worry about this until we have a deployed version, and even then I'm not sure we could deploy anything using a Github Secret?

FlynnOConnell commented 1 year ago

@LukeBrandon I think it needs to be an environment variable?