Closed mjaquiery closed 7 months ago
Added a complete zero-to-live workflow, including documenting required software.
All tested using the latest Ubuntu docker image.
:warning: The change to the postgres username (user -> postgres) will probably break the fly.io deploy.
user
postgres
fly.io
I dont think this will break the deploy because we have those set on runner so it should override anything in .env (and anyone deploying locally will have .env.local also overriding the .env file)
Added a complete zero-to-live workflow, including documenting required software.
All tested using the latest Ubuntu docker image.
:warning: The change to the postgres username (
user
->postgres
) will probably break thefly.io
deploy.