Releases: fewlinesco/fly-io-review-apps
Releases · fewlinesco/fly-io-review-apps
v3.6
v3.5
v3.4
v3.3
v3.2
v3.1
v3.0
- only create the PostgreSQL Cluster if it doesn't already exist yet (given specified in the configuration)
- create PostgreSQL cluster with an initial size of 2 so that the write main instance and the first read replica are in the same region, additional read replicas can still be spawned in additional regions with
postgres_cluster_regions
configuration - replace Fly's Database URL ending with
.flycast
to.internal
as a fix for Prisma Issue - pass secrets as
--env
option to theflyctl deploy
command instead of usingflyctl secrets
to avoid first deployment having no secrets