Hi there :wave: I’m deploying a postgres db in a k...
# prisma-migrate
a
Hi there 👋 I’m deploying a postgres db in a k8s project (PG is managed by cloud provider). The db should be in the VPC and no available from outside (so no connection from buildsystem - GH Actions). Is there a common way to apply the migrations in such a scenario? I guess it’s a normal k8s setup
j
Hi… so if AWS is your provider I think you can run Codepipeline inside a the VPC and execute the migrations that way.
You can connect Codepipeline with your github repo to trigger the pipeline