db migrate

This commit is contained in:
Ryan W
2022-09-10 17:20:58 -07:00
parent 6eede92916
commit 3aa050b8f7
+1 -2
View File
@@ -13,8 +13,7 @@ services:
region: oregon
branch: main
plan: free
buildCommand: "./bin/render-build.sh"
dockerCommand: "bundle exec puma -C config/puma.rb"
dockerCommand: "bin/rails db:migrate && bundle exec puma -C config/puma.rb"
numInstances: 1
healthCheckPath: /
envVars: