Add render preDeployCommand

This commit is contained in:
Ryan W
2023-10-15 16:48:22 -07:00
parent d20e2bae89
commit 33cc3f332b
+1
View File
@@ -15,6 +15,7 @@ services:
plan: free plan: free
numInstances: 1 numInstances: 1
healthCheckPath: /up healthCheckPath: /up
preDeployCommand: bin/rails db:migrate
envVars: envVars:
- key: PORT - key: PORT
value: 3000 value: 3000