Trying Render buildCommand
This commit is contained in:
+6
-4
@@ -2,7 +2,9 @@
|
|||||||
# exit on error
|
# exit on error
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
bundle install
|
echo "render build"
|
||||||
bundle exec rake assets:precompile
|
|
||||||
bundle exec rake assets:clean
|
# bundle install
|
||||||
bundle exec rake db:migrate
|
# bundle exec rake assets:precompile
|
||||||
|
# bundle exec rake assets:clean
|
||||||
|
# bundle exec rake db:migrate
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ services:
|
|||||||
region: oregon
|
region: oregon
|
||||||
branch: main
|
branch: main
|
||||||
plan: free
|
plan: free
|
||||||
# buildCommand: "./bin/render-build.sh"
|
buildCommand: "./bin/render-build.sh"
|
||||||
dockerCommand: "bundle exec puma -C config/puma.rb"
|
dockerCommand: "bundle exec puma -C config/puma.rb"
|
||||||
numInstances: 1
|
numInstances: 1
|
||||||
healthCheckPath: /up
|
healthCheckPath: /up
|
||||||
|
|||||||
Reference in New Issue
Block a user