From 6c8974a086d0bdb513f356d5e4fab12f83278f6a Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Mon, 27 Jan 2025 13:18:02 -0500 Subject: [PATCH] Update render.yaml Signed-off-by: Zach Gollwitzer --- render.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 69b298ff..e527a335 100644 --- a/render.yaml +++ b/render.yaml @@ -13,7 +13,10 @@ services: branch: main healthCheckPath: /up buildCommand: "./bin/render-build.sh" - preDeployCommand: "bundle exec rails db:migrate" + + # Uncomment if you are on a paid plan, and remove RUN_DB_MIGRATIONS_IN_BUILD_STEP from below + # preDeployCommand: "bundle exec rails db:migrate" + startCommand: "bundle exec rails server" envVars: - key: DATABASE_URL