Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit 6c8974a

Browse files
authored
Update render.yaml
Signed-off-by: Zach Gollwitzer <[email protected]>
1 parent 7265f58 commit 6c8974a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

render.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ services:
1313
branch: main
1414
healthCheckPath: /up
1515
buildCommand: "./bin/render-build.sh"
16-
preDeployCommand: "bundle exec rails db:migrate"
16+
17+
# Uncomment if you are on a paid plan, and remove RUN_DB_MIGRATIONS_IN_BUILD_STEP from below
18+
# preDeployCommand: "bundle exec rails db:migrate"
19+
1720
startCommand: "bundle exec rails server"
1821
envVars:
1922
- key: DATABASE_URL

0 commit comments

Comments
 (0)